Lines Matching refs:qfmt
1133 unsigned int *qfmt) in reiserfs_parse_options() argument
1307 *qfmt = QFMT_VFS_OLD; in reiserfs_parse_options()
1309 *qfmt = QFMT_VFS_V0; in reiserfs_parse_options()
1317 *qfmt != REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_parse_options()
1335 if (!REISERFS_SB(s)->s_jquota_fmt && !*qfmt in reiserfs_parse_options()
1422 unsigned int *qfmt) in handle_quota_files() argument
1431 if (*qfmt) in handle_quota_files()
1432 REISERFS_SB(s)->s_jquota_fmt = *qfmt; in handle_quota_files()
1448 unsigned int qfmt = 0; in reiserfs_remount() local
1468 qf_names, &qfmt)) { in reiserfs_remount()
1478 handle_quota_files(s, qf_names, &qfmt); in reiserfs_remount()
1915 unsigned int qfmt = 0; in reiserfs_fill_super() local
1948 &commit_max_age, qf_names, &qfmt) == 0) { in reiserfs_fill_super()
1960 handle_quota_files(s, qf_names, &qfmt); in reiserfs_fill_super()