Lines Matching refs:old_opts
1648 unsigned long old_opts, int flags) in btrfs_remount_begin() argument
1650 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1662 unsigned long old_opts) in btrfs_remount_cleanup() argument
1670 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1676 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1679 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1692 unsigned long old_opts = fs_info->mount_opt; in btrfs_remount() local
1721 btrfs_remount_begin(fs_info, old_opts, *flags); in btrfs_remount()
1862 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()
1875 fs_info->mount_opt = old_opts; in btrfs_remount()
1881 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()