Lines Matching refs:vfs_flag
948 rootvfs->vfs_flag |= VFS_STATS; in vfs_mountroot()
1484 if ((nbmand && ((vp->v_vfsp->vfs_flag & VFS_NBMAND) == 0)) || in domount()
1485 (!nbmand && (vp->v_vfsp->vfs_flag & VFS_NBMAND))) { in domount()
1491 ovflags = vfsp->vfs_flag; in domount()
1492 vfsp->vfs_flag |= VFS_REMOUNT; in domount()
1493 vfsp->vfs_flag &= ~VFS_RDONLY; in domount()
1526 !(vfsp->vfs_flag & VFS_REMOUNT)) in domount()
1539 vfsp->vfs_flag = ovflags; in domount()
1700 vfsp->vfs_flag = ovflags; in domount()
1714 vfsp->vfs_flag &= ~VFS_REMOUNT; in domount()
1740 vfsp->vfs_flag |= VFS_RDONLY; in domount()
1742 vfsp->vfs_flag &= ~VFS_RDONLY; in domount()
1744 vfsp->vfs_flag |= (VFS_NOSETUID|VFS_NODEVICES); in domount()
1747 vfsp->vfs_flag |= VFS_NODEVICES; in domount()
1749 vfsp->vfs_flag &= ~VFS_NODEVICES; in domount()
1751 vfsp->vfs_flag |= VFS_NOSETUID; in domount()
1753 vfsp->vfs_flag &= ~VFS_NOSETUID; in domount()
1756 vfsp->vfs_flag |= VFS_NBMAND; in domount()
1758 vfsp->vfs_flag &= ~VFS_NBMAND; in domount()
1761 vfsp->vfs_flag |= VFS_XATTR; in domount()
1763 vfsp->vfs_flag &= ~VFS_XATTR; in domount()
1766 vfsp->vfs_flag |= VFS_NOEXEC; in domount()
1768 vfsp->vfs_flag &= ~VFS_NOEXEC; in domount()
1806 vfsp->vfs_flag |= VFS_STATS; in domount()
1811 vfsp->vfs_flag |= VFS_XID; in domount()
1832 if (vfsp->vfs_flag & VFS_STATS) { in domount()
3229 newflag = vfsp->vfs_flag; in vfs_add()
3249 vfsp->vfs_flag = newflag; in vfs_add()
4357 EIO_vfs.vfs_flag |= VFS_UNMOUNTED; in vfsinit()
4379 EIO_vfs.vfs_flag |= VFS_STATS; in vfsinit()
4665 rootvfs->vfs_flag |= VFS_RDONLY; in rootconf()