Searched refs:old_opts (Results 1 – 2 of 2) sorted by relevance
6524 struct ext4_mount_options old_opts; in __ext4_remount() local6537 old_opts.s_mount_opt = sbi->s_mount_opt; in __ext4_remount()6538 old_opts.s_mount_opt2 = sbi->s_mount_opt2; in __ext4_remount()6539 old_opts.s_resuid = sbi->s_resuid; in __ext4_remount()6540 old_opts.s_resgid = sbi->s_resgid; in __ext4_remount()6541 old_opts.s_commit_interval = sbi->s_commit_interval; in __ext4_remount()6542 old_opts.s_min_batch_time = sbi->s_min_batch_time; in __ext4_remount()6543 old_opts.s_max_batch_time = sbi->s_max_batch_time; in __ext4_remount()6545 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in __ext4_remount()6550 old_opts.s_qf_names[i] = kstrdup(qf_name, GFP_KERNEL); in __ext4_remount()[all …]
1258 unsigned long long old_opts, int flags) in btrfs_remount_begin() argument1260 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()1272 unsigned long long old_opts) in btrfs_remount_cleanup() argument1280 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()1286 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()1289 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()