Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h171 #ifndef F_EXLCK
172 #define F_EXLCK 4 /* or 3 */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h171 #ifndef F_EXLCK
172 #define F_EXLCK 4 /* or 3 */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h53 #define F_EXLCK 16 /* or 3 */ macro
/openbmc/linux/fs/smb/client/
H A Dfile.c1790 } else if (flock->fl_type == F_EXLCK) { in cifs_read_flock()