Lines Matching refs:s_jquota_fmt
481 if (!F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
487 if (f2fs_sb_has_quota_ino(sbi) && F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
489 F2FS_OPTION(sbi).s_jquota_fmt = 0; in f2fs_check_quota_options()
904 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_OLD; in parse_options()
907 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V0; in parse_options()
910 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V1; in parse_options()
1704 if (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
1707 switch (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
2100 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in f2fs_remount()
2312 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in f2fs_remount()
2453 F2FS_OPTION(sbi).s_jquota_fmt, type); in f2fs_quota_on_mount()