Searched refs:grpquota (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ |
| H A D | Kconfig | 241 user and group quota enforcement with quota, usrquota and grpquota
|
| /linux/Documentation/filesystems/ |
| H A D | tmpfs.rst | 137 grpquota Group quota accounting and enforcement is enabled
|
| H A D | ext2.rst | 65 grpquota Enable group disk quota support
|
| H A D | f2fs.rst | 245 grpquota Enable plain group disk quota accounting.
|
| /linux/fs/f2fs/ |
| H A D | super.c | 1250 bool usr_qf_name, grp_qf_name, prj_qf_name, usrquota, grpquota, prjquota; in f2fs_check_quota_consistency() local 1305 grpquota = test_opt(sbi, GRPQUOTA) || in f2fs_check_quota_consistency() 1316 grpquota = false; in f2fs_check_quota_consistency() 1323 if (grpquota || usrquota || prjquota) { in f2fs_check_quota_consistency()
|
| /linux/fs/ext4/ |
| H A D | super.c | 2600 bool usr_qf_name, grp_qf_name, usrquota, grpquota; in ext4_check_quota_consistency() local 2665 grpquota = (ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA) || in ext4_check_quota_consistency() 2674 grpquota = false; in ext4_check_quota_consistency() 2678 if (usrquota || grpquota) { in ext4_check_quota_consistency()
|
| /linux/Documentation/admin-guide/ |
| H A D | xfs.rst | 179 gquota/grpquota/gqnoenforce
|
| H A D | ext4.rst | 261 quota, noquota, grpquota, usrquota
|