Searched refs:s_jquota_fmt (Results 1 – 6 of 6) sorted by relevance
344 if (!F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()351 if (f2fs_sb_has_quota_ino(sbi->sb) && F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_check_quota_options()354 F2FS_OPTION(sbi).s_jquota_fmt = 0; in f2fs_check_quota_options()675 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_OLD; in parse_options()678 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V0; in parse_options()681 F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_V1; in parse_options()1232 if (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()1235 switch (F2FS_OPTION(sbi).s_jquota_fmt) { in f2fs_show_quota_options()1443 org_mount_opt.s_jquota_fmt = F2FS_OPTION(sbi).s_jquota_fmt; in f2fs_remount()1570 F2FS_OPTION(sbi).s_jquota_fmt = org_mount_opt.s_jquota_fmt; in f2fs_remount()[all …]
133 int s_jquota_fmt; /* Format of quota to use */ member
783 if (REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_show_options()784 if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_OLD) in reiserfs_show_options()786 else if (REISERFS_SB(s)->s_jquota_fmt == QFMT_VFS_V0) in reiserfs_show_options()1317 *qfmt != REISERFS_SB(s)->s_jquota_fmt) { in reiserfs_parse_options()1335 if (!REISERFS_SB(s)->s_jquota_fmt && !*qfmt in reiserfs_parse_options()1432 REISERFS_SB(s)->s_jquota_fmt = *qfmt; in handle_quota_files()2379 REISERFS_SB(sb)->s_jquota_fmt, type); in reiserfs_quota_on_mount()
627 int s_jquota_fmt; member
1912 sbi->s_jquota_fmt != m->mount_opt) { in handle_mount_opt()1923 sbi->s_jquota_fmt = m->mount_opt; in handle_mount_opt()2007 if (!sbi->s_jquota_fmt) { in parse_options()2033 if (sbi->s_jquota_fmt) { in ext4_show_quota_options()2036 switch (sbi->s_jquota_fmt) { in ext4_show_quota_options()5089 int s_jquota_fmt; member5122 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext4_remount()5353 sbi->s_jquota_fmt = old_opts.s_jquota_fmt; in ext4_remount()5549 EXT4_SB(sb)->s_jquota_fmt, type); in ext4_quota_on_mount()
1405 int s_jquota_fmt; /* Format of quota to use */ member