Home
last modified time | relevance | path

Searched refs:check_quota_file (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/quota/
Dquota_v1.c207 .check_quota_file = v1_check_quota_file,
Dquota_v2.c298 .check_quota_file = v2_check_quota_file,
Ddquot.c2113 if (!fmt->qf_ops->check_quota_file(sb, type)) in vfs_load_quota_inode()
/linux-2.6.39/include/linux/
Dquota.h302 …int (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format… member
/linux-2.6.39/fs/ocfs2/
Dquota_local.c1306 .check_quota_file = ocfs2_local_check_quota_file,