Home
last modified time | relevance | path

Searched refs:old_opts (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dsuper.c1648 unsigned long old_opts, int flags) in btrfs_remount_begin() argument
1650 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1662 unsigned long old_opts) in btrfs_remount_cleanup() argument
1670 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1676 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1679 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1692 unsigned long old_opts = fs_info->mount_opt; in btrfs_remount() local
1721 btrfs_remount_begin(fs_info, old_opts, *flags); in btrfs_remount()
1862 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()
1875 fs_info->mount_opt = old_opts; in btrfs_remount()
[all …]
/openbmc/linux/fs/ext4/
H A Dsuper.c6441 struct ext4_mount_options old_opts; in __ext4_remount() local
6454 old_opts.s_mount_opt = sbi->s_mount_opt; in __ext4_remount()
6456 old_opts.s_resuid = sbi->s_resuid; in __ext4_remount()
6457 old_opts.s_resgid = sbi->s_resgid; in __ext4_remount()
6468 if (!old_opts.s_qf_names[i]) { in __ext4_remount()
6470 kfree(old_opts.s_qf_names[j]); in __ext4_remount()
6474 old_opts.s_qf_names[i] = NULL; in __ext4_remount()
6682 kfree(old_opts.s_qf_names[i]); in __ext4_remount()
6715 sbi->s_mount_opt = old_opts.s_mount_opt; in __ext4_remount()
6717 sbi->s_resuid = old_opts.s_resuid; in __ext4_remount()
[all …]