Lines Matching refs:usr_qf_name
2522 bool usr_qf_name, grp_qf_name, usrquota, grpquota; in ext4_check_quota_consistency() local
2579 usr_qf_name = (get_qf_name(sb, sbi, USRQUOTA) || in ext4_check_quota_consistency()
2590 if (usr_qf_name) { in ext4_check_quota_consistency()
2599 if (usr_qf_name || grp_qf_name) { in ext4_check_quota_consistency()
2818 char *usr_qf_name, *grp_qf_name; in ext4_validate_options() local
2820 usr_qf_name = ctx->s_qf_names[USRQUOTA]; in ext4_validate_options()
2823 if (usr_qf_name || grp_qf_name) { in ext4_validate_options()
2824 if (ctx_test_mount_opt(ctx, EXT4_MOUNT_USRQUOTA) && usr_qf_name) in ext4_validate_options()
2846 char *usr_qf_name, *grp_qf_name; in ext4_show_quota_options() local
2866 usr_qf_name = rcu_dereference(sbi->s_qf_names[USRQUOTA]); in ext4_show_quota_options()
2868 if (usr_qf_name) in ext4_show_quota_options()
2869 seq_show_option(seq, "usrjquota", usr_qf_name); in ext4_show_quota_options()