Searched refs:quota_format_type (Results 1 – 8 of 8) sorted by relevance
220 struct quota_format_type;223 struct quota_format_type *dqi_format;445 struct quota_format_type { struct449 struct quota_format_type *qf_next; argument529 int register_quota_format(struct quota_format_type *fmt);530 void unregister_quota_format(struct quota_format_type *fmt);
210 extern struct quota_format_type shmem_quota_format;
122 extern struct quota_format_type ocfs2_quota_format;
1310 struct quota_format_type ocfs2_quota_format = {
411 static struct quota_format_type v2r0_quota_format = {417 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()2418 struct quota_format_type *fmt = find_quota_format(format_id); in dquot_load_quota_sb()
224 static struct quota_format_type v1_quota_format = {
339 struct quota_format_type shmem_quota_format = {