Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmount.h560 #define VFS_TBLREADDIR_EXTENDED 0x0400 /* fs supports VNODE_READDIR_EXTENDED */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c1052 if (vfe->vfe_flags & VFS_TBLREADDIR_EXTENDED) { in vfs_fsadd()