Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dvnode.h2625 …o, struct attrlist *alp, uint64_t options, struct vnode_attr *vap, void *fndesc, vfs_context_t ctx…
2641 …o, struct attrlist *alp, uint64_t options, struct vnode_attr *vap, void *fndesc, vfs_context_t ctx…
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_attrlist.c2808 uint64_t options, struct vnode_attr *vap, __unused void *fndesc, in vfs_attr_pack_internal() argument
3155 struct vnode_attr *vap, __unused void *fndesc, vfs_context_t ctx) in vfs_attr_pack_ext() argument
3205 struct vnode_attr *vap, __unused void *fndesc, vfs_context_t ctx) in vfs_attr_pack() argument
3207 return vfs_attr_pack_ext(NULL, vp, uio, alp, options, vap, fndesc, ctx); in vfs_attr_pack()