Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ext3/
Dsuper.c554 char *fmtname = ""; in ext3_show_quota_options() local
558 fmtname = "vfsold"; in ext3_show_quota_options()
561 fmtname = "vfsv0"; in ext3_show_quota_options()
564 fmtname = "vfsv1"; in ext3_show_quota_options()
567 seq_printf(seq, ",jqfmt=%s", fmtname); in ext3_show_quota_options()
/linux-2.6.39/fs/ext4/
Dsuper.c939 char *fmtname = ""; in ext4_show_quota_options() local
943 fmtname = "vfsold"; in ext4_show_quota_options()
946 fmtname = "vfsv0"; in ext4_show_quota_options()
949 fmtname = "vfsv1"; in ext4_show_quota_options()
952 seq_printf(seq, ",jqfmt=%s", fmtname); in ext4_show_quota_options()