Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Dsuper.c2650 struct ext3_mount_options old_opts; in ext3_remount() local
2661 old_opts.s_mount_opt = sbi->s_mount_opt; in ext3_remount()
2662 old_opts.s_resuid = sbi->s_resuid; in ext3_remount()
2663 old_opts.s_resgid = sbi->s_resgid; in ext3_remount()
2664 old_opts.s_commit_interval = sbi->s_commit_interval; in ext3_remount()
2666 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext3_remount()
2669 old_opts.s_qf_names[i] = kstrdup(sbi->s_qf_names[i], in ext3_remount()
2671 if (!old_opts.s_qf_names[i]) { in ext3_remount()
2675 kfree(old_opts.s_qf_names[j]); in ext3_remount()
2679 old_opts.s_qf_names[i] = NULL; in ext3_remount()
[all …]
/linux-4.1.27/fs/btrfs/
Dsuper.c1455 unsigned long old_opts, int flags) in btrfs_remount_begin() argument
1457 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1469 unsigned long old_opts) in btrfs_remount_cleanup() argument
1475 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1489 unsigned long old_opts = fs_info->mount_opt; in btrfs_remount() local
1521 btrfs_remount_begin(fs_info, old_opts, *flags); in btrfs_remount()
1608 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()
1616 fs_info->mount_opt = old_opts; in btrfs_remount()
1625 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()
/linux-4.1.27/fs/ext2/
Dsuper.c1271 struct ext2_mount_options old_opts; in ext2_remount() local
1280 old_opts.s_mount_opt = sbi->s_mount_opt; in ext2_remount()
1281 old_opts.s_resuid = sbi->s_resuid; in ext2_remount()
1282 old_opts.s_resgid = sbi->s_resgid; in ext2_remount()
1296 if ((sbi->s_mount_opt ^ old_opts.s_mount_opt) & EXT2_MOUNT_DAX) { in ext2_remount()
1355 sbi->s_mount_opt = old_opts.s_mount_opt; in ext2_remount()
1356 sbi->s_resuid = old_opts.s_resuid; in ext2_remount()
1357 sbi->s_resgid = old_opts.s_resgid; in ext2_remount()
/linux-4.1.27/fs/ext4/
Dsuper.c4887 struct ext4_mount_options old_opts; in ext4_remount() local
4899 old_opts.s_mount_opt = sbi->s_mount_opt; in ext4_remount()
4900 old_opts.s_mount_opt2 = sbi->s_mount_opt2; in ext4_remount()
4901 old_opts.s_resuid = sbi->s_resuid; in ext4_remount()
4902 old_opts.s_resgid = sbi->s_resgid; in ext4_remount()
4903 old_opts.s_commit_interval = sbi->s_commit_interval; in ext4_remount()
4904 old_opts.s_min_batch_time = sbi->s_min_batch_time; in ext4_remount()
4905 old_opts.s_max_batch_time = sbi->s_max_batch_time; in ext4_remount()
4907 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext4_remount()
4910 old_opts.s_qf_names[i] = kstrdup(sbi->s_qf_names[i], in ext4_remount()
[all …]