Searched refs:VNOP_MONITOR (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 1705 errno_t VNOP_MONITOR(vnode_t vp, uint32_t events, uint32_t flags, void *handle, vfs_context_t ctx);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_vnops.c | 2044 VNOP_MONITOR(vp, 0, VNODE_MONITOR_BEGIN, (void*) kn, ctx); in vn_kqfilter() 2079 VNOP_MONITOR(vp, 0, VNODE_MONITOR_END, (void*)kn, ctx); in filt_vndetach()
|
| H A D | kpi_vfs.c | 6436 VNOP_MONITOR(vnode_t vp, uint32_t events, uint32_t flags, void *handle, vfs_context_t ctx) in VNOP_MONITOR() function
|