Home
last modified time | relevance | path

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

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