Searched refs:s_qf_names (Results 1 – 4 of 4) sorted by relevance
580 if (ctx->info.s_qf_names[qtype]) { in f2fs_note_qf_name()581 if (strcmp(ctx->info.s_qf_names[qtype], param->string) != 0) { in f2fs_note_qf_name()593 F2FS_CTX_INFO(ctx).s_qf_names[qtype] = qname; in f2fs_note_qf_name()605 kfree(ctx->info.s_qf_names[qtype]); in f2fs_unnote_qf_name()606 ctx->info.s_qf_names[qtype] = NULL; in f2fs_unnote_qf_name()1269 old_qname = F2FS_OPTION(sbi).s_qf_names[i]; in f2fs_check_quota_consistency()1270 new_qname = F2FS_CTX_INFO(ctx).s_qf_names[i]; in f2fs_check_quota_consistency()1290 kfree(F2FS_CTX_INFO(ctx).s_qf_names[i]); in f2fs_check_quota_consistency()1291 F2FS_CTX_INFO(ctx).s_qf_names[i] = NULL; in f2fs_check_quota_consistency()1297 usr_qf_name = F2FS_OPTION(sbi).s_qf_names[USRQUOTA] || in f2fs_check_quota_consistency()[all …]
1200 return rcu_dereference_protected(sbi->s_qf_names[type], in get_qf_name()1987 char *s_qf_names[EXT4_MAXQUOTAS]; member2026 kfree(ctx->s_qf_names[i]); in ext4_fc_free()2068 if (ctx->s_qf_names[qtype]) { in note_qf_name()2069 if (strcmp(ctx->s_qf_names[qtype], param->string) != 0) { in note_qf_name()2084 ctx->s_qf_names[qtype] = qname; in note_qf_name()2097 kfree(ctx->s_qf_names[qtype]); in unnote_qf_name()2099 ctx->s_qf_names[qtype] = NULL; in unnote_qf_name()2573 qname = ctx->s_qf_names[i]; /* May be NULL */ in ext4_apply_quota_options()2576 ctx->s_qf_names[i] = NULL; in ext4_apply_quota_options()[all …]
315 rcu_dereference_protected(EXT4_SB(sb)->s_qf_names[type], in ext4_quota_on_mount()441 if (EXT4_SB(sb)->s_qf_names[i]) { in ext4_orphan_cleanup()
1590 char __rcu *s_qf_names[EXT4_MAXQUOTAS]; member3618 sbi->s_qf_names[USRQUOTA] || sbi->s_qf_names[GRPQUOTA]); in ext4_is_quota_journalled()