Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dfsevents.h155 int vnode_get_fse_info_from_vap(vnode_t vp, fse_info *fse, struct vnode_attr *vap);
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_fsevents.c2601 return vnode_get_fse_info_from_vap(vp, fse, &va); in get_fse_info()
2605 vnode_get_fse_info_from_vap(vnode_t vp, fse_info *fse, struct vnode_attr *vap) in vnode_get_fse_info_from_vap() function
H A Dvfs_syscalls.c5678 vnode_get_fse_info_from_vap(vp, finfop, vap); in unlinkat_internal()
8816 vnode_get_fse_info_from_vap(tvp, &to_finfo, tvap); in renameat_internal()
8819 vnode_get_fse_info_from_vap(fvp, &from_finfo, fvap); in renameat_internal()
9446 vnode_get_fse_info_from_vap(vp, &finfo, vap); in rmdirat_internal()