Lines Matching refs:def_mount_opts
225 unsigned long def_mount_opts; in ext2_show_options() local
228 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_show_options()
236 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
271 (def_mount_opts & EXT2_DEFM_XATTR_USER)) { in ext2_show_options()
279 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
787 unsigned long def_mount_opts; in ext2_fill_super() local
851 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_fill_super()
852 if (def_mount_opts & EXT2_DEFM_DEBUG) in ext2_fill_super()
854 if (def_mount_opts & EXT2_DEFM_BSDGROUPS) in ext2_fill_super()
856 if (def_mount_opts & EXT2_DEFM_UID16) in ext2_fill_super()
859 if (def_mount_opts & EXT2_DEFM_XATTR_USER) in ext2_fill_super()
863 if (def_mount_opts & EXT2_DEFM_ACL) in ext2_fill_super()