Searched refs:quota_format_type (Results 1 – 6 of 6) sorted by relevance
215 struct quota_format_type;218 struct quota_format_type *dqi_format;341 struct quota_format_type { struct345 struct quota_format_type *qf_next; argument405 int register_quota_format(struct quota_format_type *fmt);406 void unregister_quota_format(struct quota_format_type *fmt);
115 extern struct quota_format_type ocfs2_quota_format;
1312 struct quota_format_type ocfs2_quota_format = {
307 static struct quota_format_type v2r0_quota_format = {313 static struct quota_format_type v2r1_quota_format = {
158 static struct quota_format_type *quota_formats; /* List of registered formats */164 int register_quota_format(struct quota_format_type *fmt) in register_quota_format()174 void unregister_quota_format(struct quota_format_type *fmt) in unregister_quota_format()176 struct quota_format_type **actqf; in unregister_quota_format()188 static struct quota_format_type *find_quota_format(int id) in find_quota_format()190 struct quota_format_type *actqf; in find_quota_format()219 static void put_quota_format(struct quota_format_type *fmt) in put_quota_format()2050 struct quota_format_type *fmt = find_quota_format(format_id); in vfs_load_quota_inode()
215 static struct quota_format_type v1_quota_format = {