Lines Matching refs:s_jquota_fmt
472 if (!F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
478 if (f2fs_sb_has_quota_ino(sbi) && F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()
480 F2FS_OPTION(sbi).s_jquota_fmt = 0; in f2fs_check_quota_options()
977 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_OLD; in parse_options()
980 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V0; in parse_options()
983 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V1; in parse_options()
1885 if (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
1888 switch (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()
2333 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in f2fs_remount()
2587 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in f2fs_remount()
2780 F2FS_OPTION(sbi).s_jquota_fmt, type); in f2fs_quota_on_mount()