Lines Matching refs:s_mount_opt
2787 (!(sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) || in ext4_check_opt_consistency()
2795 (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS))) { in ext4_check_opt_consistency()
2798 ((sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) || in ext4_check_opt_consistency()
2813 sbi->s_mount_opt &= ~ctx->mask_s_mount_opt; in ext4_apply_options()
2814 sbi->s_mount_opt |= ctx->vals_s_mount_opt; in ext4_apply_options()
2946 mount_opt = sbi->s_mount_opt; in _ext4_show_options()
2986 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) { in _ext4_show_options()
3114 sbi->s_mount_opt, sbi->s_mount_opt2); in ext4_setup_super()
4737 if (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) { in ext4_check_feature_compatibility()
5028 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) in ext4_has_journal_option()
5302 sbi->s_def_mount_opt = sbi->s_mount_opt; in __ext4_fill_super()
6442 unsigned long s_mount_opt; member
6473 old_opts.s_mount_opt = sbi->s_mount_opt; in __ext4_remount()
6524 if ((old_opts.s_mount_opt & EXT4_MOUNT_JOURNAL_CHECKSUM) ^ in __ext4_remount()
6528 sbi->s_mount_opt ^= EXT4_MOUNT_JOURNAL_CHECKSUM; in __ext4_remount()
6553 if ((sbi->s_mount_opt ^ old_opts.s_mount_opt) & EXT4_MOUNT_NO_MBCACHE) { in __ext4_remount()
6559 if ((old_opts.s_mount_opt & EXT4_MOUNT_DELALLOC) && in __ext4_remount()
6755 sbi->s_mount_opt = old_opts.s_mount_opt; in __ext4_remount()