Home
last modified time | relevance | path

Searched refs:fmtname (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/ext3/
Dsuper.c555 char *fmtname = ""; in ext3_show_quota_options() local
559 fmtname = "vfsold"; in ext3_show_quota_options()
562 fmtname = "vfsv0"; in ext3_show_quota_options()
565 fmtname = "vfsv1"; in ext3_show_quota_options()
568 seq_printf(seq, ",jqfmt=%s", fmtname); in ext3_show_quota_options()
/linux-3.4.99/fs/ext4/
Dsuper.c1674 char *fmtname = ""; in ext4_show_quota_options() local
1678 fmtname = "vfsold"; in ext4_show_quota_options()
1681 fmtname = "vfsv0"; in ext4_show_quota_options()
1684 fmtname = "vfsv1"; in ext4_show_quota_options()
1687 seq_printf(seq, ",jqfmt=%s", fmtname); in ext4_show_quota_options()