Home
last modified time | relevance | path

Searched refs:old_opts (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/ext4/
Dsuper.c4555 struct ext4_mount_options old_opts; in ext4_remount() local
4567 old_opts.s_mount_opt = sbi->s_mount_opt; in ext4_remount()
4568 old_opts.s_mount_opt2 = sbi->s_mount_opt2; in ext4_remount()
4569 old_opts.s_resuid = sbi->s_resuid; in ext4_remount()
4570 old_opts.s_resgid = sbi->s_resgid; in ext4_remount()
4571 old_opts.s_commit_interval = sbi->s_commit_interval; in ext4_remount()
4572 old_opts.s_min_batch_time = sbi->s_min_batch_time; in ext4_remount()
4573 old_opts.s_max_batch_time = sbi->s_max_batch_time; in ext4_remount()
4575 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext4_remount()
4578 old_opts.s_qf_names[i] = kstrdup(sbi->s_qf_names[i], in ext4_remount()
[all …]
/linux-4.4.14/fs/ext2/
Dsuper.c1277 struct ext2_mount_options old_opts; in ext2_remount() local
1286 old_opts.s_mount_opt = sbi->s_mount_opt; in ext2_remount()
1287 old_opts.s_resuid = sbi->s_resuid; in ext2_remount()
1288 old_opts.s_resgid = sbi->s_resgid; in ext2_remount()
1302 if ((sbi->s_mount_opt ^ old_opts.s_mount_opt) & EXT2_MOUNT_DAX) { in ext2_remount()
1361 sbi->s_mount_opt = old_opts.s_mount_opt; in ext2_remount()
1362 sbi->s_resuid = old_opts.s_resuid; in ext2_remount()
1363 sbi->s_resgid = old_opts.s_resgid; in ext2_remount()
/linux-4.4.14/fs/btrfs/
Dsuper.c1580 unsigned long old_opts, int flags) in btrfs_remount_begin() argument
1582 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1594 unsigned long old_opts) in btrfs_remount_cleanup() argument
1600 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1614 unsigned long old_opts = fs_info->mount_opt; in btrfs_remount() local
1646 btrfs_remount_begin(fs_info, old_opts, *flags); in btrfs_remount()
1742 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()
1750 fs_info->mount_opt = old_opts; in btrfs_remount()
1759 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()