Lines Matching refs:qfmt
1082 unsigned int *qfmt) in reiserfs_parse_options() argument
1256 *qfmt = QFMT_VFS_OLD; in reiserfs_parse_options()
1258 *qfmt = QFMT_VFS_V0; in reiserfs_parse_options()
1266 *qfmt != REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_parse_options()
1284 if (!REISERFS_SB(s)->s_jquota_fmt && !*qfmt in reiserfs_parse_options()
1371 unsigned int *qfmt) in handle_quota_files() argument
1380 if (*qfmt) in handle_quota_files()
1381 REISERFS_SB(s)->s_jquota_fmt = *qfmt; in handle_quota_files()
1397 unsigned int qfmt = 0; in reiserfs_remount() local
1413 qf_names, &qfmt)) { in reiserfs_remount()
1423 handle_quota_files(s, qf_names, &qfmt); in reiserfs_remount()
1861 unsigned int qfmt = 0; in reiserfs_fill_super() local
1896 &commit_max_age, qf_names, &qfmt) == 0) { in reiserfs_fill_super()
1908 handle_quota_files(s, qf_names, &qfmt); in reiserfs_fill_super()