Lines Matching refs:vfs_flag
954 rootvfs->vfs_flag |= VFS_STATS; in vfs_mountroot()
1491 if ((nbmand && ((vp->v_vfsp->vfs_flag & VFS_NBMAND) == 0)) || in domount()
1492 (!nbmand && (vp->v_vfsp->vfs_flag & VFS_NBMAND))) { in domount()
1498 ovflags = vfsp->vfs_flag; in domount()
1499 vfsp->vfs_flag |= VFS_REMOUNT; in domount()
1500 vfsp->vfs_flag &= ~VFS_RDONLY; in domount()
1533 !(vfsp->vfs_flag & VFS_REMOUNT)) in domount()
1546 vfsp->vfs_flag = ovflags; in domount()
1707 vfsp->vfs_flag = ovflags; in domount()
1721 vfsp->vfs_flag &= ~VFS_REMOUNT; in domount()
1747 vfsp->vfs_flag |= VFS_RDONLY; in domount()
1749 vfsp->vfs_flag &= ~VFS_RDONLY; in domount()
1751 vfsp->vfs_flag |= (VFS_NOSETUID|VFS_NODEVICES); in domount()
1754 vfsp->vfs_flag |= VFS_NODEVICES; in domount()
1756 vfsp->vfs_flag &= ~VFS_NODEVICES; in domount()
1758 vfsp->vfs_flag |= VFS_NOSETUID; in domount()
1760 vfsp->vfs_flag &= ~VFS_NOSETUID; in domount()
1763 vfsp->vfs_flag |= VFS_NBMAND; in domount()
1765 vfsp->vfs_flag &= ~VFS_NBMAND; in domount()
1768 vfsp->vfs_flag |= VFS_XATTR; in domount()
1770 vfsp->vfs_flag &= ~VFS_XATTR; in domount()
1773 vfsp->vfs_flag |= VFS_NOEXEC; in domount()
1775 vfsp->vfs_flag &= ~VFS_NOEXEC; in domount()
1778 vfsp->vfs_flag |= VFS_NOFOLLOW; in domount()
1780 vfsp->vfs_flag &= ~VFS_NOFOLLOW; in domount()
1818 vfsp->vfs_flag |= VFS_STATS; in domount()
1823 vfsp->vfs_flag |= VFS_XID; in domount()
1844 if (vfsp->vfs_flag & VFS_STATS) { in domount()
3241 newflag = vfsp->vfs_flag; in vfs_add()
3261 vfsp->vfs_flag = newflag; in vfs_add()
4369 EIO_vfs.vfs_flag |= VFS_UNMOUNTED; in vfsinit()
4391 EIO_vfs.vfs_flag |= VFS_STATS; in vfsinit()
4677 rootvfs->vfs_flag |= VFS_RDONLY; in rootconf()