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

/linux-master/fs/ext4/
H A Dsuper.c6438 struct ext4_mount_options old_opts; local
6451 old_opts.s_mount_opt = sbi->s_mount_opt;
6452 old_opts.s_mount_opt2 = sbi->s_mount_opt2;
6453 old_opts.s_resuid = sbi->s_resuid;
6454 old_opts.s_resgid = sbi->s_resgid;
6455 old_opts.s_commit_interval = sbi->s_commit_interval;
6456 old_opts.s_min_batch_time = sbi->s_min_batch_time;
6457 old_opts.s_max_batch_time = sbi->s_max_batch_time;
6459 old_opts.s_jquota_fmt = sbi->s_jquota_fmt;
6464 old_opts
[all...]
/linux-master/fs/btrfs/
H A Dsuper.c1209 unsigned long old_opts, int flags)
1211 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) &&
1223 unsigned long old_opts)
1231 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) &&
1237 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) &&
1240 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) &&
1208 btrfs_remount_begin(struct btrfs_fs_info *fs_info, unsigned long old_opts, int flags) argument
1222 btrfs_remount_cleanup(struct btrfs_fs_info *fs_info, unsigned long old_opts) argument

Completed in 227 milliseconds