Lines Matching refs:old_opts
1948 unsigned long old_opts, int flags) in btrfs_remount_begin() argument
1950 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1962 unsigned long old_opts) in btrfs_remount_cleanup() argument
1970 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1976 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1979 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1992 unsigned long old_opts = fs_info->mount_opt; in btrfs_remount() local
2021 btrfs_remount_begin(fs_info, old_opts, *flags); in btrfs_remount()
2156 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()
2169 fs_info->mount_opt = old_opts; in btrfs_remount()
2175 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()