Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dvnode.h2639 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 Dvfs_attrlist.c3082 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()