quota_format_type
extern struct quota_format_type ocfs2_quota_format;
struct quota_format_type ocfs2_quota_format = {
static struct quota_format_type *quota_formats; /* List of registered formats */
void register_quota_format(struct quota_format_type *fmt)
void unregister_quota_format(struct quota_format_type *fmt)
struct quota_format_type **actqf;
static struct quota_format_type *find_quota_format(int id)
struct quota_format_type *actqf;
static void put_quota_format(struct quota_format_type *fmt)
struct quota_format_type *fmt;
static struct quota_format_type v1_quota_format = {
static struct quota_format_type v2r0_quota_format = {
static struct quota_format_type v2r1_quota_format = {
struct quota_format_type;
struct quota_format_type *dqi_format;
struct quota_format_type *qf_next;
void register_quota_format(struct quota_format_type *fmt);
void unregister_quota_format(struct quota_format_type *fmt);
extern struct quota_format_type shmem_quota_format;
struct quota_format_type shmem_quota_format = {