Lines Matching defs:flock
145 * Commands that refer to flock structures. The argument types differ between
164 #define F_FLOCK 53 /* private - set flock owned by file */
165 #define F_FLOCKW 54 /* private - set flock owned by file and wait */
179 #define F_FLOCK 55 /* private - set flock owned by file */
180 #define F_FLOCKW 56 /* private - set flock owned by file and wait */
203 #define F_FLOCK64 55 /* private - set flock owned by file */
204 #define F_FLOCKW64 56 /* private - set flock owned by file and wait */
217 #define F_FLOCK64 53 /* private - set flock owned by file */
218 #define F_FLOCKW64 54 /* private - set flock owned by file and wait */
235 typedef struct flock {
247 /* Kernel's view of ILP32 flock structure */
314 /* SVr3 flock type; needed for rfs across the wire compatibility */