Searched refs:vfe_flags (Results 1 – 2 of 2) sorted by relevance
983 if ((vfe->vfe_flags & (VFS_TBLTHREADSAFE | VFS_TBLFSNODELOCK)) == 0) { in vfs_fsadd()990 if ((vfe->vfe_flags & VFS_TBLNOTYPENUM)) { in vfs_fsadd()1027 if (vfe->vfe_flags & VFS_TBL64BITREADY) { in vfs_fsadd()1030 if (vfe->vfe_flags & VFS_TBLVNOP_PAGEINV2) { in vfs_fsadd()1033 if (vfe->vfe_flags & VFS_TBLVNOP_PAGEOUTV2) { in vfs_fsadd()1036 if ((vfe->vfe_flags & VFS_TBLLOCALVOL) == VFS_TBLLOCALVOL) { in vfs_fsadd()1039 if ((vfe->vfe_flags & VFS_TBLLOCALVOL) && (vfe->vfe_flags & VFS_TBLGENERICMNTARGS) == 0) { in vfs_fsadd()1045 if (vfe->vfe_flags & VFS_TBLNATIVEXATTR) { in vfs_fsadd()1048 if (vfe->vfe_flags & VFS_TBLUNMOUNT_PREFLIGHT) { in vfs_fsadd()1051 if (vfe->vfe_flags & VFS_TBLREADDIR_EXTENDED) { in vfs_fsadd()[all …]
574 uint32_t vfe_flags; /* defines the FS capabilities */ member