Searched refs:old_opts (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | super.c | 1820 unsigned long old_opts, int flags) in btrfs_remount_begin() 1822 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin() 1834 unsigned long old_opts) in btrfs_remount_cleanup() 1840 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup() 1846 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup() 1849 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup() 1859 unsigned long old_opts = fs_info->mount_opt; in btrfs_remount() local 1884 btrfs_remount_begin(fs_info, old_opts, *flags); in btrfs_remount() 2003 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount() 2013 fs_info->mount_opt = old_opts; in btrfs_remount() 1819 btrfs_remount_begin(struct btrfs_fs_info *fs_info, unsigned long old_opts, int flags) btrfs_remount_begin() argument 1833 btrfs_remount_cleanup(struct btrfs_fs_info *fs_info, unsigned long old_opts) btrfs_remount_cleanup() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | super.c | 1648 unsigned long old_opts, int flags) in btrfs_remount_begin() 1650 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin() 1662 unsigned long old_opts) in btrfs_remount_cleanup() 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() 1647 btrfs_remount_begin(struct btrfs_fs_info *fs_info, unsigned long old_opts, int flags) btrfs_remount_begin() argument 1661 btrfs_remount_cleanup(struct btrfs_fs_info *fs_info, unsigned long old_opts) btrfs_remount_cleanup() argument [all...] |
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 5843 struct ext4_mount_options old_opts; in ext4_remount() local 5859 old_opts.s_mount_opt = sbi->s_mount_opt; in ext4_remount() 5860 old_opts.s_mount_opt2 = sbi->s_mount_opt2; in ext4_remount() 5861 old_opts.s_resuid = sbi->s_resuid; in ext4_remount() 5862 old_opts.s_resgid = sbi->s_resgid; in ext4_remount() 5863 old_opts.s_commit_interval = sbi->s_commit_interval; in ext4_remount() 5864 old_opts.s_min_batch_time = sbi->s_min_batch_time; in ext4_remount() 5865 old_opts.s_max_batch_time = sbi->s_max_batch_time; in ext4_remount() 5867 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext4_remount() 5872 old_opts in ext4_remount() [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 6443 struct ext4_mount_options old_opts; in __ext4_remount() local 6456 old_opts.s_mount_opt = sbi->s_mount_opt; in __ext4_remount() 6457 old_opts.s_mount_opt2 = sbi->s_mount_opt2; in __ext4_remount() 6458 old_opts.s_resuid = sbi->s_resuid; in __ext4_remount() 6459 old_opts.s_resgid = sbi->s_resgid; in __ext4_remount() 6460 old_opts.s_commit_interval = sbi->s_commit_interval; in __ext4_remount() 6461 old_opts.s_min_batch_time = sbi->s_min_batch_time; in __ext4_remount() 6462 old_opts.s_max_batch_time = sbi->s_max_batch_time; in __ext4_remount() 6464 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in __ext4_remount() 6469 old_opts in __ext4_remount() [all...] |
Completed in 20 milliseconds