Searched refs:VNODE_MONITOR_END (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h1482 #define VNODE_MONITOR_END 0x02 macro
1502 begins tracking a new watcher of a file. VNODE_MONITOR_END is passed when a watcher stops watching a file.
1504 will be matched by a VNODE_MONITOR_END with the same "handle" argument.
1506 VNODE_MONITOR_END for the same handle; a filesystem need not consider this parameter unless
1510 pair of VNODE_MONITOR_BEGIN and VNODE_MONITOR_END need not have the same context.
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c1611 VNOP_MONITOR(vp, 0, VNODE_MONITOR_END, (void*)kn, ctx);

Completed in 62 milliseconds