Searched refs:vnode_get_fse_info_from_vap (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/bsd/sys/ |
| H A D | fsevents.h | 155 int vnode_get_fse_info_from_vap(vnode_t vp, fse_info *fse, struct vnode_attr *vap);
|
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_fsevents.c | 2651 return vnode_get_fse_info_from_vap(vp, fse, &va); in get_fse_info() 2655 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 | 5690 vnode_get_fse_info_from_vap(vp, finfop, vap); in unlinkat_internal() 8879 vnode_get_fse_info_from_vap(tvp, &to_finfo, tvap); in renameat_internal() 8882 vnode_get_fse_info_from_vap(fvp, &from_finfo, fvap); in renameat_internal() 9514 vnode_get_fse_info_from_vap(vp, &finfo, vap); in rmdirat_internal()
|