Searched refs:s_mount_opt (Results 1 – 4 of 4) sorted by relevance
34 unsigned long s_mount_opt; /* all mount options */ member71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \
106 if ((osb->s_mount_opt & OCFS2_MOUNT_LOCALFLOCKS) || in ocfs2_flock()
2850 (!(sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) || in ext4_check_opt_consistency()2858 (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS))) { in ext4_check_opt_consistency()2861 ((sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) || in ext4_check_opt_consistency()2876 sbi->s_mount_opt &= ~ctx->mask_s_mount_opt; in ext4_apply_options()2877 sbi->s_mount_opt |= ctx->vals_s_mount_opt; in ext4_apply_options()3009 mount_opt = sbi->s_mount_opt; in _ext4_show_options()3049 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) { in _ext4_show_options()3177 sbi->s_mount_opt, sbi->s_mount_opt2); in ext4_setup_super()4812 if (sbi->s_mount_opt & EXT4_MOUNT_DAX_ALWAYS) { in ext4_check_feature_compatibility()5101 (sbi->s_mount_opt ^ sbi->s_def_mount_opt)) in ext4_has_journal_option()[all …]
1323 #define clear_opt(sb, opt) EXT4_SB(sb)->s_mount_opt &= \1325 #define set_opt(sb, opt) EXT4_SB(sb)->s_mount_opt |= \1327 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \1611 unsigned int s_mount_opt; member