Home
last modified time | relevance | path

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

/Linux-v5.15/arch/alpha/include/uapi/asm/
Dfcntl.h54 #define F_SHLCK 32 /* or 4 */ macro
/Linux-v5.15/include/uapi/asm-generic/
Dfcntl.h174 #define F_SHLCK 8 /* or 4 */ macro
/Linux-v5.15/tools/include/uapi/asm-generic/
Dfcntl.h173 #define F_SHLCK 8 /* or 4 */ macro
/Linux-v5.15/fs/cifs/
Dfile.c1393 if (flock->fl_type == F_RDLCK || flock->fl_type == F_SHLCK) in cifs_push_posix_locks()
1495 } else if (flock->fl_type == F_SHLCK) { in cifs_read_flock()