Searched refs:vnode_get_fse_info_from_vap (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfsevents.h164 int vnode_get_fse_info_from_vap(vnode_t vp, fse_info *fse, struct vnode_attr *vap);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c2329 return vnode_get_fse_info_from_vap(vp, fse, &va);
2333 vnode_get_fse_info_from_vap(vnode_t vp, fse_info *fse, struct vnode_attr *vap) function
H A Dvfs_syscalls.c4100 vnode_get_fse_info_from_vap(vp, &finfo, vap);
6327 vnode_get_fse_info_from_vap(tvp, &to_finfo, tvap);
6330 vnode_get_fse_info_from_vap(fvp, &from_finfo, fvap);
6792 vnode_get_fse_info_from_vap(vp, &finfo, vap);

Completed in 29 milliseconds