Lines Matching refs:s_jquota_fmt
478 if (!F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
484 if (f2fs_sb_has_quota_ino(sbi) && F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
486 F2FS_OPTION(sbi).s_jquota_fmt = 0; in f2fs_check_quota_options()
960 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_OLD; in parse_options()
963 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V0; in parse_options()
966 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V1; in parse_options()
1796 if (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
1799 switch (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
2223 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in f2fs_remount()
2454 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in f2fs_remount()
2596 F2FS_OPTION(sbi).s_jquota_fmt, type); in f2fs_quota_on_mount()