Lines Matching refs:def_mount_opts
617 unsigned long def_mount_opts; in ext3_show_options() local
619 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext3_show_options()
627 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT3_DEFM_BSDGROUPS)) in ext3_show_options()
659 (def_mount_opts & EXT3_DEFM_XATTR_USER)) { in ext3_show_options()
666 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT3_DEFM_ACL)) in ext3_show_options()
1699 unsigned long def_mount_opts; in ext3_fill_super() local
1755 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext3_fill_super()
1756 if (def_mount_opts & EXT3_DEFM_DEBUG) in ext3_fill_super()
1758 if (def_mount_opts & EXT3_DEFM_BSDGROUPS) in ext3_fill_super()
1760 if (def_mount_opts & EXT3_DEFM_UID16) in ext3_fill_super()
1763 if (def_mount_opts & EXT3_DEFM_XATTR_USER) in ext3_fill_super()
1767 if (def_mount_opts & EXT3_DEFM_ACL) in ext3_fill_super()
1770 if ((def_mount_opts & EXT3_DEFM_JMODE) == EXT3_DEFM_JMODE_DATA) in ext3_fill_super()
1772 else if ((def_mount_opts & EXT3_DEFM_JMODE) == EXT3_DEFM_JMODE_ORDERED) in ext3_fill_super()
1774 else if ((def_mount_opts & EXT3_DEFM_JMODE) == EXT3_DEFM_JMODE_WBACK) in ext3_fill_super()