Lines Matching refs:grp_qf_name
2523 bool usr_qf_name, grp_qf_name, usrquota, grpquota; in ext4_check_quota_consistency() local
2582 grp_qf_name = (get_qf_name(sb, sbi, GRPQUOTA) || in ext4_check_quota_consistency()
2595 if (grp_qf_name) { in ext4_check_quota_consistency()
2600 if (usr_qf_name || grp_qf_name) { in ext4_check_quota_consistency()
2819 char *usr_qf_name, *grp_qf_name; in ext4_validate_options() local
2822 grp_qf_name = ctx->s_qf_names[GRPQUOTA]; in ext4_validate_options()
2824 if (usr_qf_name || grp_qf_name) { in ext4_validate_options()
2828 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_GRPQUOTA) && grp_qf_name) in ext4_validate_options()
2847 char *usr_qf_name, *grp_qf_name; in ext4_show_quota_options() local
2868 grp_qf_name = rcu_dereference(sbi->s_qf_names[GRPQUOTA]); in ext4_show_quota_options()
2871 if (grp_qf_name) in ext4_show_quota_options()
2872 seq_show_option(seq, "grpjquota", grp_qf_name); in ext4_show_quota_options()