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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h355 #define GNV_SKIPLOCK 0x02 /* Skip taking the cnode lock (when getting resource fork). */ macro
H A Dhfs_cnode.c1046 * we don't need the cnode lock (GNV_SKIPLOCK).
1049 (flags & (GNV_CREATE | GNV_SKIPLOCK)) == 0 &&
1059 (flags & GNV_SKIPLOCK), out_flags, &hflags);
1090 if ((flags & GNV_SKIPLOCK) == 0) {
1171 if ((flags & GNV_SKIPLOCK) == 0) {
1393 if ((flags & GNV_SKIPLOCK) == 0){
H A Dhfs_vnops.c6789 descptr, GNV_WANTRSRC | GNV_SKIPLOCK, &cp->c_attr,

Completed in 102 milliseconds