Searched refs:VNODE_EVENT_DIR_CREATED (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dvnode.h1423 #define VNODE_EVENT_DIR_CREATED 0x00000100 /* directory created inside this directory: will cause NOTE_WRITE */ macro
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c733 events = (dnp->dn_type == DEV_DIR ? VNODE_EVENT_DIR_CREATED : VNODE_EVENT_FILE_CREATED);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c2436 } else if (kevents & (VNODE_EVENT_FILE_CREATED|VNODE_EVENT_FILE_REMOVED|VNODE_EVENT_DIR_CREATED|VNODE_EVENT_DIR_REMOVED)) {
H A Dkpi_vfs.c2622 uint32_t dir_contents_mask = (VNODE_EVENT_DIR_CREATED | VNODE_EVENT_FILE_CREATED

Completed in 36 milliseconds