Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dsuper.c5267 struct ext4_mount_options old_opts; in ext4_remount() local
5283 old_opts.s_mount_opt = sbi->s_mount_opt; in ext4_remount()
5284 old_opts.s_mount_opt2 = sbi->s_mount_opt2; in ext4_remount()
5285 old_opts.s_resuid = sbi->s_resuid; in ext4_remount()
5286 old_opts.s_resgid = sbi->s_resgid; in ext4_remount()
5287 old_opts.s_commit_interval = sbi->s_commit_interval; in ext4_remount()
5288 old_opts.s_min_batch_time = sbi->s_min_batch_time; in ext4_remount()
5289 old_opts.s_max_batch_time = sbi->s_max_batch_time; in ext4_remount()
5291 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext4_remount()
5296 old_opts.s_qf_names[i] = kstrdup(qf_name, GFP_KERNEL); in ext4_remount()
[all …]
/linux-4.19.296/fs/btrfs/
Dsuper.c1752 unsigned long old_opts, int flags) in btrfs_remount_begin() argument
1754 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1766 unsigned long old_opts) in btrfs_remount_cleanup() argument
1772 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1785 unsigned long old_opts = fs_info->mount_opt; in btrfs_remount() local
1814 btrfs_remount_begin(fs_info, old_opts, *flags); in btrfs_remount()
1924 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()
1932 fs_info->mount_opt = old_opts; in btrfs_remount()
1938 btrfs_remount_cleanup(fs_info, old_opts); in btrfs_remount()