Home
last modified time | relevance | path

Searched refs:LOCK_WRITE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h185 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
/linux-4.1.27/fs/
Dlocks.c2559 ? (fl->fl_type & LOCK_WRITE) ? "RW " : "READ " in lock_get_status()
2560 : (fl->fl_type & LOCK_WRITE) ? "WRITE" : "NONE "); in lock_get_status()