Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/trace/beauty/
Dflock.c19 #ifndef LOCK_RW
20 #define LOCK_RW 192 macro
/Linux-v5.10/include/uapi/asm-generic/
Dfcntl.h187 #define LOCK_RW 192 /* which allows concurrent read & write ops */ macro
/Linux-v5.10/tools/include/uapi/asm-generic/
Dfcntl.h186 #define LOCK_RW 192 /* which allows concurrent read & write ops */ macro
/Linux-v5.10/fs/
Dlocks.c465 return cmd & (LOCK_MAND | LOCK_RW); in flock_translate_cmd()