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

/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h1481 #define VNODE_MONITOR_BEGIN 0x01 macro
1501 @param flags Type of change to the watch state. VNODE_MONITOR_BEGIN is passed when the kernel
1503 VNODE_MONITOR_UPDATE is currently unused. A filesystem is guaranteed that each VNODE_MONITOR_BEGIN
1505 @param handle Unique identifier for a given watcher. A VNODE_MONITOR_BEGIN for a given handle will be matched with a
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.c1585 VNOP_MONITOR(vp, 0, VNODE_MONITOR_BEGIN, (void*) kn, ctx);
1609 * the VNODE_MONITOR_BEGIN.

Completed in 29 milliseconds