Searched refs:flock (Results 1 – 12 of 12) sorted by relevance
296 struct flock flock; /* Native MIPS structure */ in WRAP() local331 flock.l_type = flock_portable->l_type; in WRAP()332 flock.l_whence = flock_portable->l_whence; in WRAP()333 flock.l_start = (off_t) flock_portable->l_start; in WRAP()334 flock.l_len = (off_t) flock_portable->l_len; in WRAP()335 flock.l_sysid = 0L; in WRAP()336 flock.l_pid = flock_portable->l_pid; /* Perhaps 0 would be better */ in WRAP()338 result = __fcntl64(fd, mips_cmd, (void *) &flock); in WRAP()340 flock_portable->l_type = flock.l_type; in WRAP()341 flock_portable->l_whence = flock.l_whence; in WRAP()[all …]
46 struct flock { struct
117 struct flock { struct
136 extern int flock(int, int);
140 extern int flock(int, int);
143 extern int flock(int, int);
419 flock
357 flock
350 flock
454 flock
481 flock
490 flock