Home
last modified time | relevance | path

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

/Linux-v6.6/fs/quota/
Dquota_v1.c217 .check_quota_file = v1_check_quota_file,
Dquota_v2.c398 .check_quota_file = v2_check_quota_file,
Ddquot.c2419 if (!fmt->qf_ops->check_quota_file(sb, type)) in dquot_load_quota_sb()
/Linux-v6.6/include/linux/
Dquota.h313 …int (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format… member
/Linux-v6.6/mm/
Dshmem_quota.c329 .check_quota_file = shmem_check_quota_file,
/Linux-v6.6/fs/ocfs2/
Dquota_local.c1299 .check_quota_file = ocfs2_local_check_quota_file,