Home
last modified time | relevance | path

Searched refs:VFS_TBLTHREADSAFE (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmount.h551 #define VFS_TBLTHREADSAFE 0x0001 /* Only threadsafe filesystems are supported */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c984 if ((vfe->vfe_flags & (VFS_TBLTHREADSAFE | VFS_TBLFSNODELOCK)) == 0) { in vfs_fsadd()