Lines Matching refs:s_mount_opt
2758 (!(sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) || in ext4_check_opt_consistency()
2766 (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS))) { in ext4_check_opt_consistency()
2769 ((sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) || in ext4_check_opt_consistency()
2784 sbi->s_mount_opt &= ~ctx->mask_s_mount_opt; in ext4_apply_options()
2785 sbi->s_mount_opt |= ctx->vals_s_mount_opt; in ext4_apply_options()
2911 if (!nodefs && !(m->mount_opt & (sbi->s_mount_opt ^ def_mount_opt))) in _ext4_show_options()
2914 (sbi->s_mount_opt & m->mount_opt) != m->mount_opt) || in _ext4_show_options()
2915 (!want_set && (sbi->s_mount_opt & m->mount_opt))) in _ext4_show_options()
2944 (sbi->s_mount_opt ^ def_mount_opt)) { in _ext4_show_options()
3063 sbi->s_mount_opt, sbi->s_mount_opt2); in ext4_setup_super()
5088 sbi->s_def_mount_opt = sbi->s_mount_opt; in __ext4_fill_super()
5125 if (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) { in __ext4_fill_super()
5307 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) { in __ext4_fill_super()
6302 unsigned long s_mount_opt; member
6332 old_opts.s_mount_opt = sbi->s_mount_opt; in __ext4_remount()
6365 if ((old_opts.s_mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) ^ in __ext4_remount()
6369 sbi->s_mount_opt ^= EXT4_MOUNT_JOURNAL_CHECKSUM; in __ext4_remount()
6394 if ((sbi->s_mount_opt ^ old_opts.s_mount_opt) & EXT4_MOUNT_NO_MBCACHE) { in __ext4_remount()
6575 sbi->s_mount_opt = old_opts.s_mount_opt; in __ext4_remount()