Searched refs:s_jquota_fmt (Results 1 – 7 of 7) sorted by relevance
778 if (REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_show_options()779 if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_OLD) in reiserfs_show_options()781 else if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_V0) in reiserfs_show_options()1310 *qfmt != REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_parse_options()1328 if (!REISERFS_SB(s)->s_jquota_fmt && !*qfmt in reiserfs_parse_options()1425 REISERFS_SB(s)->s_jquota_fmt = *qfmt; in handle_quota_files()2378 REISERFS_SB(sb)->s_jquota_fmt, type); in reiserfs_quota_on_mount()
624 int s_jquota_fmt; member
456 if (!F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()462 if (f2fs_sb_has_quota_ino(sbi) && F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()464 F2FS_OPTION(sbi).s_jquota_fmt = 0; in f2fs_check_quota_options()952 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_OLD; in parse_options()955 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V0; in parse_options()958 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V1; in parse_options()1862 if (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()1865 switch (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()2309 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in f2fs_remount()2547 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in f2fs_remount()[all …]
161 int s_jquota_fmt; /* Format of quota to use */ member
1977 int s_jquota_fmt; /* Format of quota to use */ member2222 ctx->s_jquota_fmt = result.uint_32; in ext4_parse_param()2592 sbi->s_jquota_fmt = ctx->s_jquota_fmt; in ext4_apply_quota_options()2654 if (sbi->s_jquota_fmt != ctx->s_jquota_fmt && quota_loaded) in ext4_check_quota_consistency()2691 if (!(ctx->spec & EXT4_SPEC_JQFMT || sbi->s_jquota_fmt)) { in ext4_check_quota_consistency()2920 if (sbi->s_jquota_fmt) { in ext4_show_quota_options()2923 switch (sbi->s_jquota_fmt) { in ext4_show_quota_options()6445 int s_jquota_fmt; member6477 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in __ext4_remount()6756 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()
1554 int s_jquota_fmt; /* Format of quota to use */ member