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

/fs/ext3/
H A Dsuper.c2638 struct ext3_mount_options old_opts; local
2649 old_opts.s_mount_opt = sbi->s_mount_opt;
2650 old_opts.s_resuid = sbi->s_resuid;
2651 old_opts.s_resgid = sbi->s_resgid;
2652 old_opts.s_commit_interval = sbi->s_commit_interval;
2654 old_opts.s_jquota_fmt = sbi->s_jquota_fmt;
2657 old_opts.s_qf_names[i] = kstrdup(sbi->s_qf_names[i],
2659 if (!old_opts.s_qf_names[i]) {
2663 kfree(old_opts.s_qf_names[j]);
2667 old_opts
[all...]
/fs/btrfs/
H A Dsuper.c1428 unsigned long old_opts, int flags)
1430 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) &&
1442 unsigned long old_opts)
1448 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) &&
1462 unsigned long old_opts = fs_info->mount_opt; local
1494 btrfs_remount_begin(fs_info, old_opts, *flags);
1581 btrfs_remount_cleanup(fs_info, old_opts);
1589 fs_info->mount_opt = old_opts;
1598 btrfs_remount_cleanup(fs_info, old_opts);
1427 btrfs_remount_begin(struct btrfs_fs_info *fs_info, unsigned long old_opts, int flags) argument
1441 btrfs_remount_cleanup(struct btrfs_fs_info *fs_info, unsigned long old_opts) argument
/fs/ext4/
H A Dsuper.c4806 struct ext4_mount_options old_opts; local
4818 old_opts.s_mount_opt = sbi->s_mount_opt;
4819 old_opts.s_mount_opt2 = sbi->s_mount_opt2;
4820 old_opts.s_resuid = sbi->s_resuid;
4821 old_opts.s_resgid = sbi->s_resgid;
4822 old_opts.s_commit_interval = sbi->s_commit_interval;
4823 old_opts.s_min_batch_time = sbi->s_min_batch_time;
4824 old_opts.s_max_batch_time = sbi->s_max_batch_time;
4826 old_opts.s_jquota_fmt = sbi->s_jquota_fmt;
4829 old_opts
[all...]
/fs/ext2/
H A Dsuper.c1253 struct ext2_mount_options old_opts; local
1262 old_opts.s_mount_opt = sbi->s_mount_opt;
1263 old_opts.s_resuid = sbi->s_resuid;
1264 old_opts.s_resgid = sbi->s_resgid;
1348 sbi->s_mount_opt = old_opts.s_mount_opt;
1349 sbi->s_resuid = old_opts.s_resuid;
1350 sbi->s_resgid = old_opts.s_resgid;

Completed in 146 milliseconds