Home
last modified time | relevance | path

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

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