Home
last modified time | relevance | path

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

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