Lines Matching refs:old_opts
1822 unsigned long old_opts, int flags) in btrfs_remount_begin() argument
1824 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1836 unsigned long old_opts) in btrfs_remount_cleanup() argument
1842 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1848 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1851 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1861 unsigned long old_opts = fs_info->mount_opt; in btrfs_remount() local
1886 btrfs_remount_begin(fs_info, old_opts, *flags); in btrfs_remount()
2005 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()
2015 fs_info->mount_opt = old_opts; in btrfs_remount()
2021 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()