Lines Matching refs:s_qf_names

445 		kfree(sbi->s_qf_names[i]);  in ext3_put_super()
580 if (sbi->s_qf_names[USRQUOTA]) in ext3_show_quota_options()
581 seq_printf(seq, ",usrjquota=%s", sbi->s_qf_names[USRQUOTA]); in ext3_show_quota_options()
583 if (sbi->s_qf_names[GRPQUOTA]) in ext3_show_quota_options()
584 seq_printf(seq, ",grpjquota=%s", sbi->s_qf_names[GRPQUOTA]); in ext3_show_quota_options()
929 !sbi->s_qf_names[qtype]) { in set_qf_name()
941 if (sbi->s_qf_names[qtype]) { in set_qf_name()
942 int same = !strcmp(sbi->s_qf_names[qtype], qname); in set_qf_name()
958 sbi->s_qf_names[qtype] = qname; in set_qf_name()
968 sbi->s_qf_names[qtype]) { in clear_qf_name()
973 if (sbi->s_qf_names[qtype]) { in clear_qf_name()
974 kfree(sbi->s_qf_names[qtype]); in clear_qf_name()
975 sbi->s_qf_names[qtype] = NULL; in clear_qf_name()
1351 if (sbi->s_qf_names[USRQUOTA] || sbi->s_qf_names[GRPQUOTA]) { in parse_options()
1352 if (test_opt(sb, USRQUOTA) && sbi->s_qf_names[USRQUOTA]) in parse_options()
1354 if (test_opt(sb, GRPQUOTA) && sbi->s_qf_names[GRPQUOTA]) in parse_options()
1563 if (EXT3_SB(sb)->s_qf_names[i]) { in ext3_orphan_cleanup()
2148 kfree(sbi->s_qf_names[i]); in ext3_fill_super()
2668 if (sbi->s_qf_names[i]) { in ext3_remount()
2669 old_opts.s_qf_names[i] = kstrdup(sbi->s_qf_names[i], in ext3_remount()
2671 if (!old_opts.s_qf_names[i]) { in ext3_remount()
2675 kfree(old_opts.s_qf_names[j]); in ext3_remount()
2679 old_opts.s_qf_names[i] = NULL; in ext3_remount()
2772 kfree(old_opts.s_qf_names[i]); in ext3_remount()
2786 kfree(sbi->s_qf_names[i]); in ext3_remount()
2787 sbi->s_qf_names[i] = old_opts.s_qf_names[i]; in ext3_remount()
2935 if (EXT3_SB(dquot->dq_sb)->s_qf_names[USRQUOTA] || in ext3_mark_dquot_dirty()
2936 EXT3_SB(dquot->dq_sb)->s_qf_names[GRPQUOTA]) { in ext3_mark_dquot_dirty()
2966 return dquot_quota_on_mount(sb, EXT3_SB(sb)->s_qf_names[type], in ext3_quota_on_mount()
2985 if (EXT3_SB(sb)->s_qf_names[type]) { in ext3_quota_on()
3061 int journal_quota = EXT3_SB(sb)->s_qf_names[type] != NULL; in ext3_quota_write()