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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h356 #define GNV_CREATE 0x04 /* The vnode is for a newly created item. */ macro
H A Dhfs_cnode.c1049 (flags & (GNV_CREATE | GNV_SKIPLOCK)) == 0 &&
1167 if (!(flags & GNV_CREATE)) {
1426 if (!(flags & GNV_CREATE) && (vtype != VDIR) && !issystemfile) {
H A Dhfs_vnops.c6419 gnv_flags |= GNV_CREATE;

Completed in 37 milliseconds