Lines Matching refs:def_mount_opts
251 unsigned long def_mount_opts; in ext2_show_options() local
254 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_show_options()
262 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
297 (def_mount_opts & EXT2_DEFM_XATTR_USER)) { in ext2_show_options()
305 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
833 unsigned long def_mount_opts; in ext2_fill_super() local
899 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext2_fill_super()
900 if (def_mount_opts & EXT2_DEFM_DEBUG) in ext2_fill_super()
902 if (def_mount_opts & EXT2_DEFM_BSDGROUPS) in ext2_fill_super()
904 if (def_mount_opts & EXT2_DEFM_UID16) in ext2_fill_super()
907 if (def_mount_opts & EXT2_DEFM_XATTR_USER) in ext2_fill_super()
911 if (def_mount_opts & EXT2_DEFM_ACL) in ext2_fill_super()