Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/trace/beauty/
Dflock.c15 #ifndef LOCK_WRITE
16 #define LOCK_WRITE 128 macro
/Linux-v5.10/include/uapi/asm-generic/
Dfcntl.h186 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
/Linux-v5.10/tools/include/uapi/asm-generic/
Dfcntl.h185 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
/Linux-v5.10/fs/
Dlocks.c2881 ? (fl->fl_type & LOCK_WRITE) ? "RW " : "READ " in lock_get_status()
2882 : (fl->fl_type & LOCK_WRITE) ? "WRITE" : "NONE "); in lock_get_status()