Searched refs:old_opts (Results 1 – 2 of 2) sorted by relevance
1958 unsigned long old_opts, int flags) in btrfs_remount_begin() argument1960 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()1972 unsigned long old_opts) in btrfs_remount_cleanup() argument1980 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()1986 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()1989 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()2002 unsigned long old_opts = fs_info->mount_opt; in btrfs_remount() local2031 btrfs_remount_begin(fs_info, old_opts, *flags); in btrfs_remount()2166 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()2179 fs_info->mount_opt = old_opts; in btrfs_remount()[all …]
6331 struct ext4_mount_options old_opts; in __ext4_remount() local6343 old_opts.s_mount_opt = sbi->s_mount_opt; in __ext4_remount()6344 old_opts.s_mount_opt2 = sbi->s_mount_opt2; in __ext4_remount()6345 old_opts.s_resuid = sbi->s_resuid; in __ext4_remount()6346 old_opts.s_resgid = sbi->s_resgid; in __ext4_remount()6347 old_opts.s_commit_interval = sbi->s_commit_interval; in __ext4_remount()6348 old_opts.s_min_batch_time = sbi->s_min_batch_time; in __ext4_remount()6349 old_opts.s_max_batch_time = sbi->s_max_batch_time; in __ext4_remount()6351 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in __ext4_remount()6356 old_opts.s_qf_names[i] = kstrdup(qf_name, GFP_KERNEL); in __ext4_remount()[all …]