Searched defs:flock (Results 1 – 4 of 4) sorted by relevance
45 struct flock { struct46 short l_type;47 short l_whence;48 off_t l_start;49 off_t l_len;50 long l_sysid;51 __kernel_pid_t l_pid;52 long pad[4];
146 struct flock struct154 /* The 64-bit flock structure, used by the n64 ABI, and for 64-bit argument164 /* The 64-bit flock structure, used by the n64 ABI, and for 64-bit argument169 typedef struct flock flock_t; argument
117 struct flock { struct130 #define F_GETLK64 12 /* using 'struct flock64' */ argument
138 struct flock { struct150 struct eflock { argument