Searched refs:LOCK_WRITE (Results 1 – 4 of 4) sorted by relevance
15 #ifndef LOCK_WRITE16 #define LOCK_WRITE 128 macro
186 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
185 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
2881 ? (fl->fl_type & LOCK_WRITE) ? "RW " : "READ " in lock_get_status()2882 : (fl->fl_type & LOCK_WRITE) ? "WRITE" : "NONE "); in lock_get_status()