Home
last modified time | relevance | path

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

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