Lines Matching refs:s_mount_opt
2823 (!(sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) || in ext4_check_opt_consistency()
2831 (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS))) { in ext4_check_opt_consistency()
2834 ((sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) || in ext4_check_opt_consistency()
2849 sbi->s_mount_opt &= ~ctx->mask_s_mount_opt; in ext4_apply_options()
2850 sbi->s_mount_opt |= ctx->vals_s_mount_opt; in ext4_apply_options()
2982 mount_opt = sbi->s_mount_opt; in _ext4_show_options()
3020 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) { in _ext4_show_options()
3139 sbi->s_mount_opt, sbi->s_mount_opt2); in ext4_setup_super()
4736 if (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) { in ext4_check_feature_compatibility()
5260 sbi->s_def_mount_opt = sbi->s_mount_opt; in __ext4_fill_super()
5402 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) { in __ext4_fill_super()
6424 unsigned long s_mount_opt; member
6454 old_opts.s_mount_opt = sbi->s_mount_opt; in __ext4_remount()
6487 if ((old_opts.s_mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) ^ in __ext4_remount()
6491 sbi->s_mount_opt ^= EXT4_MOUNT_JOURNAL_CHECKSUM; in __ext4_remount()
6516 if ((sbi->s_mount_opt ^ old_opts.s_mount_opt) & EXT4_MOUNT_NO_MBCACHE) { in __ext4_remount()
6704 sbi->s_mount_opt = old_opts.s_mount_opt; in __ext4_remount()