Home
last modified time | relevance | path

Searched refs:VNOP_GETATTRLISTBULK (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1099 extern errno_t VNOP_GETATTRLISTBULK(vnode_t, struct attrlist *, struct vnode_attr *, uio_t, void *,…
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_exclave_fs.c1473 error = VNOP_GETATTRLISTBULK(dvp, &al, vap, auio, NULL, in vfs_exclave_fs_readdir()
H A Dvfs_attrlist.c4387 error = VNOP_GETATTRLISTBULK(dvp, &al, va, auio, NULL, in getattrlistbulk()
H A Dkpi_vfs.c5530 VNOP_GETATTRLISTBULK(struct vnode *vp, struct attrlist *alist, in VNOP_GETATTRLISTBULK() function