Home
last modified time | relevance | path

Searched refs:grpquota (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c1768 fsparam_flag ("grpquota", Opt_grpquota),
2599 bool usr_qf_name, grp_qf_name, usrquota, grpquota; in ext4_check_quota_consistency() local
2604 * 'grpquota' mount options are allowed even without quota feature in ext4_check_quota_consistency()
2664 grpquota = (ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA) || in ext4_check_quota_consistency()
2673 grpquota = false; in ext4_check_quota_consistency()
2677 if (usrquota || grpquota) { in ext4_check_quota_consistency()

Completed in 8 milliseconds