Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmount.h554 #define VFS_TBLLOCALVOL 0x0010 macro
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c1037 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()