Home
last modified time | relevance | path

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

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