Lines Matching refs:s_mount_opt2
2824 (sbi->s_mount_opt2 & EXT4_MOUNT2_DAX_NEVER))) { in ext4_check_opt_consistency()
2830 (!(sbi->s_mount_opt2 & EXT4_MOUNT2_DAX_NEVER) || in ext4_check_opt_consistency()
2835 (sbi->s_mount_opt2 & EXT4_MOUNT2_DAX_NEVER) || in ext4_check_opt_consistency()
2836 !(sbi->s_mount_opt2 & EXT4_MOUNT2_DAX_INODE))) { in ext4_check_opt_consistency()
2851 sbi->s_mount_opt2 &= ~ctx->mask_s_mount_opt2; in ext4_apply_options()
2852 sbi->s_mount_opt2 |= ctx->vals_s_mount_opt2; in ext4_apply_options()
2979 mount_opt = sbi->s_mount_opt2; in _ext4_show_options()
3139 sbi->s_mount_opt, sbi->s_mount_opt2); in ext4_setup_super()
5261 sbi->s_def_mount_opt2 = sbi->s_mount_opt2; in __ext4_fill_super()
6425 unsigned long s_mount_opt2; member
6455 old_opts.s_mount_opt2 = sbi->s_mount_opt2; in __ext4_remount()
6705 sbi->s_mount_opt2 = old_opts.s_mount_opt2; in __ext4_remount()