Searched refs:s_qf_names (Results 1 – 5 of 5) 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 …]
229 char *s_qf_names[MAXQUOTAS]; member5005 if (F2FS_OPTION(sbi).s_qf_names[USRQUOTA] || in is_journalled_quota()5006 F2FS_OPTION(sbi).s_qf_names[GRPQUOTA] || in is_journalled_quota()5007 F2FS_OPTION(sbi).s_qf_names[PRJQUOTA]) in is_journalled_quota()
1200 return rcu_dereference_protected(sbi->s_qf_names[type], in get_qf_name()1989 char *s_qf_names[EXT4_MAXQUOTAS]; member2028 kfree(ctx->s_qf_names[i]); in ext4_fc_free()2070 if (ctx->s_qf_names[qtype]) { in note_qf_name()2071 if (strcmp(ctx->s_qf_names[qtype], param->string) != 0) { in note_qf_name()2086 ctx->s_qf_names[qtype] = qname; in note_qf_name()2099 kfree(ctx->s_qf_names[qtype]); in unnote_qf_name()2101 ctx->s_qf_names[qtype] = NULL; in unnote_qf_name()2575 qname = ctx->s_qf_names[i]; /* May be NULL */ in ext4_apply_quota_options()2578 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()
1591 char __rcu *s_qf_names[EXT4_MAXQUOTAS]; member3619 sbi->s_qf_names[USRQUOTA] || sbi->s_qf_names[GRPQUOTA]); in ext4_is_quota_journalled()