Home
last modified time | relevance | path

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

/linux-4.19.296/fs/quota/
Dquota_v1.c216 .check_quota_file = v1_check_quota_file,
Dquota_v2.c399 .check_quota_file = v2_check_quota_file,
Ddquot.c2450 if (!fmt->qf_ops->check_quota_file(sb, type)) in dquot_load_quota_sb()
/linux-4.19.296/include/linux/
Dquota.h311 …int (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format… member
/linux-4.19.296/fs/ocfs2/
Dquota_local.c1302 .check_quota_file = ocfs2_local_check_quota_file,