Lines Matching refs:s_qf_names

823 		kfree(sbi->s_qf_names[i]);  in ext4_put_super()
1272 !sbi->s_qf_names[qtype]) { in set_qf_name()
1289 if (sbi->s_qf_names[qtype]) { in set_qf_name()
1290 if (strcmp(sbi->s_qf_names[qtype], qname) == 0) in set_qf_name()
1303 sbi->s_qf_names[qtype] = qname; in set_qf_name()
1317 sbi->s_qf_names[qtype]) { in clear_qf_name()
1322 kfree(sbi->s_qf_names[qtype]); in clear_qf_name()
1323 sbi->s_qf_names[qtype] = NULL; in clear_qf_name()
1703 } else if (sbi->s_qf_names[USRQUOTA] || sbi->s_qf_names[GRPQUOTA]) { in parse_options()
1704 if (test_opt(sb, USRQUOTA) && sbi->s_qf_names[USRQUOTA]) in parse_options()
1707 if (test_opt(sb, GRPQUOTA) && sbi->s_qf_names[GRPQUOTA]) in parse_options()
1765 if (sbi->s_qf_names[USRQUOTA]) in ext4_show_quota_options()
1766 seq_show_option(seq, "usrjquota", sbi->s_qf_names[USRQUOTA]); in ext4_show_quota_options()
1768 if (sbi->s_qf_names[GRPQUOTA]) in ext4_show_quota_options()
1769 seq_show_option(seq, "grpjquota", sbi->s_qf_names[GRPQUOTA]); in ext4_show_quota_options()
2219 if (EXT4_SB(sb)->s_qf_names[i]) { in ext4_orphan_cleanup()
4345 kfree(sbi->s_qf_names[i]); in ext4_fill_super()
4878 char *s_qf_names[EXT4_MAXQUOTAS]; member
4909 if (sbi->s_qf_names[i]) { in ext4_remount()
4910 old_opts.s_qf_names[i] = kstrdup(sbi->s_qf_names[i], in ext4_remount()
4912 if (!old_opts.s_qf_names[i]) { in ext4_remount()
4914 kfree(old_opts.s_qf_names[j]); in ext4_remount()
4919 old_opts.s_qf_names[i] = NULL; in ext4_remount()
5091 kfree(old_opts.s_qf_names[i]); in ext4_remount()
5121 kfree(sbi->s_qf_names[i]); in ext4_remount()
5122 sbi->s_qf_names[i] = old_opts.s_qf_names[i]; in ext4_remount()
5241 sbi->s_qf_names[USRQUOTA] || sbi->s_qf_names[GRPQUOTA]) { in ext4_mark_dquot_dirty()
5271 return dquot_quota_on_mount(sb, EXT4_SB(sb)->s_qf_names[type], in ext4_quota_on_mount()
5304 if (EXT4_SB(sb)->s_qf_names[type]) { in ext4_quota_on()