Searched refs:vnode_get_fse_info_from_vap (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/bsd/sys/ |
| H A D | fsevents.h | 165 int vnode_get_fse_info_from_vap(vnode_t vp, fse_info *fse, struct vnode_attr *vap);
|
| /xnu-10002.41.9/bsd/vfs/ |
| H A D | vfs_fsevents.c | 2876 return vnode_get_fse_info_from_vap(vp, fse, &va); in get_fse_info() 2880 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 D | vfs_syscalls.c | 6205 vnode_get_fse_info_from_vap(vp, finfop, vap); in unlinkat_internal() 9456 vnode_get_fse_info_from_vap(tvp, &to_finfo, tvap); in renameat_internal() 9459 vnode_get_fse_info_from_vap(fvp, &from_finfo, fvap); in renameat_internal() 10119 vnode_get_fse_info_from_vap(vp, &finfo, vap); in rmdirat_internal()
|