Home
last modified time | relevance | path

Searched refs:new_opts (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/fs/ext2/
A Dsuper.c1339 struct ext2_mount_options new_opts; in ext2_remount() local
1345 new_opts.s_mount_opt = sbi->s_mount_opt; in ext2_remount()
1346 new_opts.s_resuid = sbi->s_resuid; in ext2_remount()
1347 new_opts.s_resgid = sbi->s_resgid; in ext2_remount()
1350 if (!parse_options(data, sb, &new_opts)) in ext2_remount()
1355 if ((sbi->s_mount_opt ^ new_opts.s_mount_opt) & EXT2_MOUNT_DAX) { in ext2_remount()
1358 new_opts.s_mount_opt ^= EXT2_MOUNT_DAX; in ext2_remount()
1408 sbi->s_mount_opt = new_opts.s_mount_opt; in ext2_remount()
1409 sbi->s_resuid = new_opts.s_resuid; in ext2_remount()
1410 sbi->s_resgid = new_opts.s_resgid; in ext2_remount()
/linux-6.3-rc2/fs/ntfs3/
A Dsuper.c407 struct ntfs_mount_options *new_opts = fc->fs_private; in ntfs_fs_reconfigure() local
416 new_opts->nls = ntfs_load_nls(new_opts->nls_name); in ntfs_fs_reconfigure()
417 if (IS_ERR(new_opts->nls)) { in ntfs_fs_reconfigure()
418 new_opts->nls = NULL; in ntfs_fs_reconfigure()
419 errorf(fc, "ntfs3: Cannot load iocharset %s", new_opts->nls_name); in ntfs_fs_reconfigure()
422 if (new_opts->nls != sbi->options->nls) in ntfs_fs_reconfigure()
428 !new_opts->force) { in ntfs_fs_reconfigure()

Completed in 9 milliseconds