Searched refs:old_opts (Results 1 – 2 of 2) sorted by relevance
6458 struct ext4_mount_options old_opts; in __ext4_remount() local6471 old_opts.s_mount_opt = sbi->s_mount_opt; in __ext4_remount()6473 old_opts.s_resuid = sbi->s_resuid; in __ext4_remount()6474 old_opts.s_resgid = sbi->s_resgid; in __ext4_remount()6485 if (!old_opts.s_qf_names[i]) { in __ext4_remount()6487 kfree(old_opts.s_qf_names[j]); in __ext4_remount()6491 old_opts.s_qf_names[i] = NULL; in __ext4_remount()6712 kfree(old_opts.s_qf_names[i]); in __ext4_remount()6753 sbi->s_mount_opt = old_opts.s_mount_opt; in __ext4_remount()6755 sbi->s_resuid = old_opts.s_resuid; in __ext4_remount()[all …]
1249 unsigned long long old_opts, int flags) in btrfs_remount_begin() argument1251 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()1263 unsigned long long old_opts) in btrfs_remount_cleanup() argument1271 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()1277 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()1280 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()