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

/linux-master/fs/ext2/
H A Dsuper.c1331 struct ext2_mount_options new_opts; local
1337 new_opts.s_mount_opt = sbi->s_mount_opt;
1338 new_opts.s_resuid = sbi->s_resuid;
1339 new_opts.s_resgid = sbi->s_resgid;
1342 if (!parse_options(data, sb, &new_opts))
1347 if ((sbi->s_mount_opt ^ new_opts.s_mount_opt) & EXT2_MOUNT_DAX) {
1350 new_opts.s_mount_opt ^= EXT2_MOUNT_DAX;
1400 sbi->s_mount_opt = new_opts.s_mount_opt;
1401 sbi->s_resuid = new_opts.s_resuid;
1402 sbi->s_resgid = new_opts
[all...]
/linux-master/fs/ntfs3/
H A Dsuper.c408 struct ntfs_mount_options *new_opts = fc->fs_private; local
424 new_opts->nls = ntfs_load_nls(new_opts->nls_name);
425 if (IS_ERR(new_opts->nls)) {
426 new_opts->nls = NULL;
428 new_opts->nls_name);
431 if (new_opts->nls != sbi->options->nls)
437 !new_opts->force) {

Completed in 99 milliseconds