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
142 #define LOCK_WRITE 128 macro
128 #define LOCK_WRITE 128 macro
2901 ? (fl->fl_type & LOCK_WRITE) ? "RW " : "READ " in lock_get_status()2902 : (fl->fl_type & LOCK_WRITE) ? "WRITE" : "NONE "); in lock_get_status()