Searched refs:vfe_flags (Results 1 – 2 of 2) sorted by relevance
984 if ((vfe->vfe_flags & (VFS_TBLTHREADSAFE | VFS_TBLFSNODELOCK)) == 0) { in vfs_fsadd()991 if ((vfe->vfe_flags & VFS_TBLNOTYPENUM)) { in vfs_fsadd()1028 if (vfe->vfe_flags & VFS_TBL64BITREADY) { in vfs_fsadd()1031 if (vfe->vfe_flags & VFS_TBLVNOP_PAGEINV2) { in vfs_fsadd()1034 if (vfe->vfe_flags & VFS_TBLVNOP_PAGEOUTV2) { in vfs_fsadd()1037 if ((vfe->vfe_flags & VFS_TBLLOCALVOL) == VFS_TBLLOCALVOL) { in vfs_fsadd()1040 if ((vfe->vfe_flags & VFS_TBLLOCALVOL) && (vfe->vfe_flags & VFS_TBLGENERICMNTARGS) == 0) { in vfs_fsadd()1046 if (vfe->vfe_flags & VFS_TBLNATIVEXATTR) { in vfs_fsadd()1049 if (vfe->vfe_flags & VFS_TBLUNMOUNT_PREFLIGHT) { in vfs_fsadd()1052 if (vfe->vfe_flags & VFS_TBLREADDIR_EXTENDED) { in vfs_fsadd()[all …]
575 uint32_t vfe_flags; /* defines the FS capabilities */ member