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