Lines Matching refs:s_jquota_fmt
344 if (!F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
351 if (f2fs_sb_has_quota_ino(sbi->sb) && F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
354 F2FS_OPTION(sbi).s_jquota_fmt = 0; in f2fs_check_quota_options()
675 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_OLD; in parse_options()
678 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V0; in parse_options()
681 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V1; in parse_options()
1232 if (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
1235 switch (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
1443 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in f2fs_remount()
1570 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in f2fs_remount()
1700 F2FS_OPTION(sbi).s_jquota_fmt, type); in f2fs_quota_on_mount()