Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/trace/beauty/
Dflock.c15 #ifndef LOCK_WRITE
16 #define LOCK_WRITE 128 macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dfcntl.h185 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dfcntl.h186 #define LOCK_WRITE 128 /* which allows concurrent write operations */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dfcntl.h142 #define LOCK_WRITE 128 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dfcntl.h128 #define LOCK_WRITE 128 macro
/kernel/linux/linux-5.10/fs/
Dlocks.c2901 ? (fl->fl_type & LOCK_WRITE) ? "RW " : "READ " in lock_get_status()
2902 : (fl->fl_type & LOCK_WRITE) ? "WRITE" : "NONE "); in lock_get_status()