Lines Matching refs:old_opts
1851 unsigned long old_opts, int flags) in btrfs_remount_begin() argument
1853 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1865 unsigned long old_opts) in btrfs_remount_cleanup() argument
1873 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1879 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1882 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1895 unsigned long old_opts = fs_info->mount_opt; in btrfs_remount() local
1920 btrfs_remount_begin(fs_info, old_opts, *flags); in btrfs_remount()
2055 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()
2068 fs_info->mount_opt = old_opts; in btrfs_remount()
2074 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()