Searched refs:s_jquota_fmt (Results 1 – 4 of 4) sorted by relevance
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()[all …]
1966 int s_jquota_fmt; /* Format of quota to use */ member2208 ctx->s_jquota_fmt = result.uint_32; in ext4_parse_param()2565 sbi->s_jquota_fmt = ctx->s_jquota_fmt; in ext4_apply_quota_options()2627 if (sbi->s_jquota_fmt != ctx->s_jquota_fmt && quota_loaded) in ext4_check_quota_consistency()2664 if (!(ctx->spec & EXT4_SPEC_JQFMT || sbi->s_jquota_fmt)) { in ext4_check_quota_consistency()2884 if (sbi->s_jquota_fmt) { in ext4_show_quota_options()2887 switch (sbi->s_jquota_fmt) { in ext4_show_quota_options()6447 int s_jquota_fmt; member6479 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in __ext4_remount()6765 sbi->s_jquota_fmt = old_opts.s_jquota_fmt; in __ext4_remount()
319 EXT4_SB(sb)->s_jquota_fmt, type); in ext4_quota_on_mount()
1560 int s_jquota_fmt; /* Format of quota to use */ member