Lines Matching refs:s_jquota_fmt
483 if (!F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
489 if (f2fs_sb_has_quota_ino(sbi) && F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
491 F2FS_OPTION(sbi).s_jquota_fmt = 0; in f2fs_check_quota_options()
982 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_OLD; in parse_options()
985 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V0; in parse_options()
988 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V1; in parse_options()
1887 if (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
1890 switch (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
2345 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in f2fs_remount()
2589 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in f2fs_remount()
2777 F2FS_OPTION(sbi).s_jquota_fmt, type); in f2fs_quota_on_mount()