Lines Matching refs:old_opts
1645 unsigned long old_opts, int flags) in btrfs_remount_begin() argument
1647 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1659 unsigned long old_opts) in btrfs_remount_cleanup() argument
1667 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1673 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1676 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1689 unsigned long old_opts = fs_info->mount_opt; in btrfs_remount() local
1718 btrfs_remount_begin(fs_info, old_opts, *flags); in btrfs_remount()
1859 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()
1872 fs_info->mount_opt = old_opts; in btrfs_remount()
1878 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()