Searched refs:s_qf_names (Results 1 – 2 of 2) sorted by relevance
1206 return rcu_dereference_protected(sbi->s_qf_names[type], in get_qf_name()1995 char *s_qf_names[EXT4_MAXQUOTAS]; member2034 kfree(ctx->s_qf_names[i]); in ext4_fc_free()2076 if (ctx->s_qf_names[qtype]) { in note_qf_name()2077 if (strcmp(ctx->s_qf_names[qtype], param->string) != 0) { in note_qf_name()2092 ctx->s_qf_names[qtype] = qname; in note_qf_name()2105 kfree(ctx->s_qf_names[qtype]); in unnote_qf_name()2107 ctx->s_qf_names[qtype] = NULL; in unnote_qf_name()2581 qname = ctx->s_qf_names[i]; /* May be NULL */ in ext4_apply_quota_options()2584 ctx->s_qf_names[i] = NULL; in ext4_apply_quota_options()[all …]
1587 char __rcu *s_qf_names[EXT4_MAXQUOTAS]; member3617 sbi->s_qf_names[USRQUOTA] || sbi->s_qf_names[GRPQUOTA]); in ext4_is_quota_journalled()