quota_format_type  122 fs/ocfs2/quota.h extern struct quota_format_type ocfs2_quota_format;
quota_format_type 1308 fs/ocfs2/quota_local.c struct quota_format_type ocfs2_quota_format = {
quota_format_type  158 fs/quota/dquot.c static struct quota_format_type *quota_formats;	/* List of registered formats */
quota_format_type  164 fs/quota/dquot.c int register_quota_format(struct quota_format_type *fmt)
quota_format_type  174 fs/quota/dquot.c void unregister_quota_format(struct quota_format_type *fmt)
quota_format_type  176 fs/quota/dquot.c 	struct quota_format_type **actqf;
quota_format_type  188 fs/quota/dquot.c static struct quota_format_type *find_quota_format(int id)
quota_format_type  190 fs/quota/dquot.c 	struct quota_format_type *actqf;
quota_format_type  219 fs/quota/dquot.c static void put_quota_format(struct quota_format_type *fmt)
quota_format_type 2311 fs/quota/dquot.c 	struct quota_format_type *fmt = find_quota_format(format_id);
quota_format_type  225 fs/quota/quota_v1.c static struct quota_format_type v1_quota_format = {
quota_format_type  385 fs/quota/quota_v2.c static struct quota_format_type v2r0_quota_format = {
quota_format_type  391 fs/quota/quota_v2.c static struct quota_format_type v2r1_quota_format = {
quota_format_type  220 include/linux/quota.h struct quota_format_type;
quota_format_type  223 include/linux/quota.h 	struct quota_format_type *dqi_format;
quota_format_type  447 include/linux/quota.h 	struct quota_format_type *qf_next;
quota_format_type  526 include/linux/quota.h int register_quota_format(struct quota_format_type *fmt);
quota_format_type  527 include/linux/quota.h void unregister_quota_format(struct quota_format_type *fmt);