Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dsuper.c2599 bool usr_qf_name, grp_qf_name, usrquota, grpquota; in ext4_check_quota_consistency() local
2658 grp_qf_name = (get_qf_name(sb, sbi, GRPQUOTA) || in ext4_check_quota_consistency()
2671 if (grp_qf_name) { in ext4_check_quota_consistency()
2676 if (usr_qf_name || grp_qf_name) { in ext4_check_quota_consistency()
2882 char *usr_qf_name, *grp_qf_name; in ext4_validate_options() local
2885 grp_qf_name = ctx->s_qf_names[GRPQUOTA]; in ext4_validate_options()
2887 if (usr_qf_name || grp_qf_name) { in ext4_validate_options()
2910 char *usr_qf_name, *grp_qf_name; in ext4_show_quota_options() local
2931 grp_qf_name = rcu_dereference(sbi->s_qf_names[GRPQUOTA]); in ext4_show_quota_options()
2934 if (grp_qf_name) in ext4_show_quota_options()
[all …]