Searched refs:GNV_CREATE (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.h330 #define GNV_CREATE 0x04 /* The vnode is for a newly created item. */ macro
H A Dhfs_cnode.c1037 (flags & (GNV_CREATE | GNV_SKIPLOCK)) == 0 &&
1155 if (!(flags & GNV_CREATE)) {
1413 if (!(flags & GNV_CREATE) && (vtype != VDIR) && !issystemfile) {
H A Dhfs_vnops.c6089 gnv_flags |= GNV_CREATE;

Completed in 32 milliseconds