Lines Matching refs:qfmt
1128 unsigned int *qfmt) in reiserfs_parse_options() argument
1302 *qfmt = QFMT_VFS_OLD; in reiserfs_parse_options()
1304 *qfmt = QFMT_VFS_V0; in reiserfs_parse_options()
1312 *qfmt != REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_parse_options()
1330 if (!REISERFS_SB(s)->s_jquota_fmt && !*qfmt in reiserfs_parse_options()
1417 unsigned int *qfmt) in handle_quota_files() argument
1426 if (*qfmt) in handle_quota_files()
1427 REISERFS_SB(s)->s_jquota_fmt = *qfmt; in handle_quota_files()
1443 unsigned int qfmt = 0; in reiserfs_remount() local
1463 qf_names, &qfmt)) { in reiserfs_remount()
1473 handle_quota_files(s, qf_names, &qfmt); in reiserfs_remount()
1910 unsigned int qfmt = 0; in reiserfs_fill_super() local
1943 &commit_max_age, qf_names, &qfmt) == 0) { in reiserfs_fill_super()
1955 handle_quota_files(s, qf_names, &qfmt); in reiserfs_fill_super()