Home
last modified time | relevance | path

Searched refs:LOCK_SH (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/uapi/asm-generic/
H A Dfcntl.h176 #define LOCK_SH 1 /* shared lock */ macro
/linux-6.15/Documentation/arch/x86/
H A Dresctrl.rst1221 A) Take flock(LOCK_SH) on /sys/fs/resctrl
1254 ret = flock(fd, LOCK_SH);
/linux-6.15/fs/
H A Dlocks.c454 case LOCK_SH: in flock_translate_cmd()