Searched refs:old_opts (Results 1 – 4 of 4) sorted by relevance
2580 struct ext3_mount_options old_opts; in ext3_remount() local2590 old_opts.s_mount_opt = sbi->s_mount_opt; in ext3_remount()2591 old_opts.s_resuid = sbi->s_resuid; in ext3_remount()2592 old_opts.s_resgid = sbi->s_resgid; in ext3_remount()2593 old_opts.s_commit_interval = sbi->s_commit_interval; in ext3_remount()2595 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext3_remount()2597 old_opts.s_qf_names[i] = sbi->s_qf_names[i]; in ext3_remount()2690 if (old_opts.s_qf_names[i] && in ext3_remount()2691 old_opts.s_qf_names[i] != sbi->s_qf_names[i]) in ext3_remount()2692 kfree(old_opts.s_qf_names[i]); in ext3_remount()[all …]
4364 struct ext4_mount_options old_opts; in ext4_remount() local4377 old_opts.s_mount_opt = sbi->s_mount_opt; in ext4_remount()4378 old_opts.s_mount_opt2 = sbi->s_mount_opt2; in ext4_remount()4379 old_opts.s_resuid = sbi->s_resuid; in ext4_remount()4380 old_opts.s_resgid = sbi->s_resgid; in ext4_remount()4381 old_opts.s_commit_interval = sbi->s_commit_interval; in ext4_remount()4382 old_opts.s_min_batch_time = sbi->s_min_batch_time; in ext4_remount()4383 old_opts.s_max_batch_time = sbi->s_max_batch_time; in ext4_remount()4385 old_opts.s_jquota_fmt = sbi->s_jquota_fmt; in ext4_remount()4387 old_opts.s_qf_names[i] = sbi->s_qf_names[i]; in ext4_remount()[all …]
1206 struct ext2_mount_options old_opts; in ext2_remount() local1214 old_opts.s_mount_opt = sbi->s_mount_opt; in ext2_remount()1215 old_opts.s_resuid = sbi->s_resuid; in ext2_remount()1216 old_opts.s_resgid = sbi->s_resgid; in ext2_remount()1300 sbi->s_mount_opt = old_opts.s_mount_opt; in ext2_remount()1301 sbi->s_resuid = old_opts.s_resuid; in ext2_remount()1302 sbi->s_resgid = old_opts.s_resgid; in ext2_remount()
1126 unsigned long old_opts = fs_info->mount_opt; in btrfs_remount() local1179 fs_info->mount_opt = old_opts; in btrfs_remount()