Searched refs:quota_format_type (Results 1 – 6 of 6) sorted by relevance
220 struct quota_format_type;223 struct quota_format_type *dqi_format;443 struct quota_format_type { struct447 struct quota_format_type *qf_next; argument527 int register_quota_format(struct quota_format_type *fmt);528 void unregister_quota_format(struct quota_format_type *fmt);
122 extern struct quota_format_type ocfs2_quota_format;
1308 struct quota_format_type ocfs2_quota_format = {
408 static struct quota_format_type v2r0_quota_format = {414 static struct quota_format_type v2r1_quota_format = {
160 static struct quota_format_type *quota_formats; /* List of registered formats */166 int register_quota_format(struct quota_format_type *fmt) in register_quota_format()176 void unregister_quota_format(struct quota_format_type *fmt) in unregister_quota_format()178 struct quota_format_type **actqf; in unregister_quota_format()190 static struct quota_format_type *find_quota_format(int id) in find_quota_format()192 struct quota_format_type *actqf; in find_quota_format()221 static void put_quota_format(struct quota_format_type *fmt) in put_quota_format()2358 struct quota_format_type *fmt = find_quota_format(format_id); in dquot_load_quota_sb()
224 static struct quota_format_type v1_quota_format = {