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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c1016 * we don't need the cnode lock (GNV_SKIPLOCK).
1019 (flags & (GNV_CREATE | GNV_SKIPLOCK)) == 0 &&
1029 (flags & GNV_SKIPLOCK), out_flags, &hflags);
1060 if ((flags & GNV_SKIPLOCK) == 0) {
1344 if ((flags & GNV_SKIPLOCK) == 0){
H A Dhfs_cnode.h323 #define GNV_SKIPLOCK 0x02 /* Skip taking the cnode lock (when getting resource fork). */ macro
H A Dhfs_vnops.c5681 descptr, GNV_WANTRSRC | GNV_SKIPLOCK, &cp->c_attr,

Completed in 32 milliseconds