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

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_if.h1479 #define VNODE_MONITOR_BEGIN 0x01 macro
1499 @param flags Type of change to the watch state. VNODE_MONITOR_BEGIN is passed when the kernel
1501 VNODE_MONITOR_UPDATE is currently unused. A filesystem is guaranteed that each VNODE_MONITOR_BEGIN
1503 @param handle Unique identifier for a given watcher. A VNODE_MONITOR_BEGIN for a given handle will be matched with a
1508 pair of VNODE_MONITOR_BEGIN and VNODE_MONITOR_END need not have the same context.
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c1573 VNOP_MONITOR(vp, 0, VNODE_MONITOR_BEGIN, (void*) kn, ctx);
1597 * the VNODE_MONITOR_BEGIN.

Completed in 28 milliseconds