Searched refs:vfs_attr_pack_ext (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/bsd/sys/ |
| H A D | vnode.h | 2639 errno_t vfs_attr_pack_ext(mount_t mp, vnode_t vp, uio_t uio, struct attrlist *alp, uint64_t options…
|
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_attrlist.c | 3082 vfs_attr_pack_ext(mount_t mp, vnode_t vp, uio_t uio, struct attrlist *alp, uint64_t options, in vfs_attr_pack_ext() function 3135 return vfs_attr_pack_ext(NULL, vp, uio, alp, options, vap, fndesc, ctx); in vfs_attr_pack()
|