Searched refs:LOCK_WRITE (Results 1 – 2 of 2) sorted by relevance
185 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
2559 ? (fl->fl_type & LOCK_WRITE) ? "RW " : "READ " in lock_get_status()2560 : (fl->fl_type & LOCK_WRITE) ? "WRITE" : "NONE "); in lock_get_status()