Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsuper.c1206 return rcu_dereference_protected(sbi->s_qf_names[type], in get_qf_name()
2014 char *s_qf_names[EXT4_MAXQUOTAS]; member
2053 kfree(ctx->s_qf_names[i]); in ext4_fc_free()
2095 if (ctx->s_qf_names[qtype]) { in note_qf_name()
2096 if (strcmp(ctx->s_qf_names[qtype], param->string) != 0) { in note_qf_name()
2111 ctx->s_qf_names[qtype] = qname; in note_qf_name()
2124 kfree(ctx->s_qf_names[qtype]); in unnote_qf_name()
2126 ctx->s_qf_names[qtype] = NULL; in unnote_qf_name()
2600 qname = ctx->s_qf_names[i]; /* May be NULL */ in ext4_apply_quota_options()
2603 ctx->s_qf_names[i] = NULL; in ext4_apply_quota_options()
[all …]
H A Dorphan.c316 rcu_dereference_protected(EXT4_SB(sb)->s_qf_names[type], in ext4_quota_on_mount()
442 if (EXT4_SB(sb)->s_qf_names[i]) { in ext4_orphan_cleanup()
H A Dext4.h1657 char __rcu *s_qf_names[EXT4_MAXQUOTAS]; member
3737 sbi->s_qf_names[USRQUOTA] || sbi->s_qf_names[GRPQUOTA]); in ext4_is_quota_journalled()