Lines Matching refs:vfs_flag
918 rootvfs->vfs_flag |= VFS_STATS; in vfs_mountroot()
1455 if ((nbmand && ((vp->v_vfsp->vfs_flag & VFS_NBMAND) == 0)) || in domount()
1456 (!nbmand && (vp->v_vfsp->vfs_flag & VFS_NBMAND))) { in domount()
1462 ovflags = vfsp->vfs_flag; in domount()
1463 vfsp->vfs_flag |= VFS_REMOUNT; in domount()
1464 vfsp->vfs_flag &= ~VFS_RDONLY; in domount()
1497 !(vfsp->vfs_flag & VFS_REMOUNT)) in domount()
1670 vfsp->vfs_flag = ovflags; in domount()
1684 vfsp->vfs_flag &= ~VFS_REMOUNT; in domount()
1710 vfsp->vfs_flag |= VFS_RDONLY; in domount()
1712 vfsp->vfs_flag &= ~VFS_RDONLY; in domount()
1714 vfsp->vfs_flag |= (VFS_NOSETUID|VFS_NODEVICES); in domount()
1717 vfsp->vfs_flag |= VFS_NODEVICES; in domount()
1719 vfsp->vfs_flag &= ~VFS_NODEVICES; in domount()
1721 vfsp->vfs_flag |= VFS_NOSETUID; in domount()
1723 vfsp->vfs_flag &= ~VFS_NOSETUID; in domount()
1726 vfsp->vfs_flag |= VFS_NBMAND; in domount()
1728 vfsp->vfs_flag &= ~VFS_NBMAND; in domount()
1731 vfsp->vfs_flag |= VFS_XATTR; in domount()
1733 vfsp->vfs_flag &= ~VFS_XATTR; in domount()
1736 vfsp->vfs_flag |= VFS_NOEXEC; in domount()
1738 vfsp->vfs_flag &= ~VFS_NOEXEC; in domount()
1776 vfsp->vfs_flag |= VFS_STATS; in domount()
1781 vfsp->vfs_flag |= VFS_XID; in domount()
1802 if (vfsp->vfs_flag & VFS_STATS) { in domount()
3199 newflag = vfsp->vfs_flag; in vfs_add()
3219 vfsp->vfs_flag = newflag; in vfs_add()
4244 EIO_vfs.vfs_flag |= VFS_UNMOUNTED; in vfsinit()
4266 EIO_vfs.vfs_flag |= VFS_STATS; in vfsinit()
4552 rootvfs->vfs_flag |= VFS_RDONLY; in rootconf()