Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Dfcntl.h186 #define LOCK_RW 192 /* which allows concurrent read & write ops */ macro
/linux-4.4.14/fs/
Dlocks.c360 return cmd & (LOCK_MAND | LOCK_RW); in flock_translate_cmd()