Home
last modified time | relevance | path

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

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