Lines Matching refs:s_qf_names

968 		kfree(sbi->s_qf_names[i]);  in ext4_put_super()
1537 !sbi->s_qf_names[qtype]) { in set_qf_name()
1554 if (sbi->s_qf_names[qtype]) { in set_qf_name()
1555 if (strcmp(sbi->s_qf_names[qtype], qname) == 0) in set_qf_name()
1568 sbi->s_qf_names[qtype] = qname; in set_qf_name()
1582 sbi->s_qf_names[qtype]) { in clear_qf_name()
1587 kfree(sbi->s_qf_names[qtype]); in clear_qf_name()
1588 sbi->s_qf_names[qtype] = NULL; in clear_qf_name()
1994 if (sbi->s_qf_names[USRQUOTA] || sbi->s_qf_names[GRPQUOTA]) { in parse_options()
1995 if (test_opt(sb, USRQUOTA) && sbi->s_qf_names[USRQUOTA]) in parse_options()
1998 if (test_opt(sb, GRPQUOTA) && sbi->s_qf_names[GRPQUOTA]) in parse_options()
2050 if (sbi->s_qf_names[USRQUOTA]) in ext4_show_quota_options()
2051 seq_show_option(seq, "usrjquota", sbi->s_qf_names[USRQUOTA]); in ext4_show_quota_options()
2053 if (sbi->s_qf_names[GRPQUOTA]) in ext4_show_quota_options()
2054 seq_show_option(seq, "grpjquota", sbi->s_qf_names[GRPQUOTA]); in ext4_show_quota_options()
2557 if (EXT4_SB(sb)->s_qf_names[i]) { in ext4_orphan_cleanup()
4532 kfree(sbi->s_qf_names[i]); in ext4_fill_super()
5090 char *s_qf_names[EXT4_MAXQUOTAS]; member
5124 if (sbi->s_qf_names[i]) { in ext4_remount()
5125 old_opts.s_qf_names[i] = kstrdup(sbi->s_qf_names[i], in ext4_remount()
5127 if (!old_opts.s_qf_names[i]) { in ext4_remount()
5129 kfree(old_opts.s_qf_names[j]); in ext4_remount()
5134 old_opts.s_qf_names[i] = NULL; in ext4_remount()
5326 kfree(old_opts.s_qf_names[i]); in ext4_remount()
5355 kfree(sbi->s_qf_names[i]); in ext4_remount()
5356 sbi->s_qf_names[i] = old_opts.s_qf_names[i]; in ext4_remount()
5518 sbi->s_qf_names[USRQUOTA] || sbi->s_qf_names[GRPQUOTA]) { in ext4_mark_dquot_dirty()
5548 return dquot_quota_on_mount(sb, EXT4_SB(sb)->s_qf_names[type], in ext4_quota_on_mount()
5581 if (EXT4_SB(sb)->s_qf_names[type]) { in ext4_quota_on()