Lines Matching refs:def_mount_opts
3602 unsigned long def_mount_opts; in ext4_fill_super() local
3709 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_fill_super()
3711 if (def_mount_opts & EXT4_DEFM_DEBUG) in ext4_fill_super()
3713 if (def_mount_opts & EXT4_DEFM_BSDGROUPS) in ext4_fill_super()
3715 if (def_mount_opts & EXT4_DEFM_UID16) in ext4_fill_super()
3726 if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_DATA) in ext4_fill_super()
3728 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_ORDERED) in ext4_fill_super()
3730 else if ((def_mount_opts & EXT4_DEFM_JMODE) == EXT4_DEFM_JMODE_WBACK) in ext4_fill_super()
3741 if (def_mount_opts & EXT4_DEFM_DISCARD) in ext4_fill_super()
3750 if ((def_mount_opts & EXT4_DEFM_NOBARRIER) == 0) in ext4_fill_super()
3758 ((def_mount_opts & EXT4_DEFM_NODELALLOC) == 0)) in ext4_fill_super()