Searched refs:lbuf (Results 1 – 1 of 1) sorted by relevance
32 struct flock lbuf; in __flock() local37 lbuf.l_type = F_RDLCK; in __flock()40 lbuf.l_type = F_WRLCK; in __flock()43 lbuf.l_type = F_UNLCK; in __flock()50 lbuf.l_whence = SEEK_SET; in __flock()51 lbuf.l_start = lbuf.l_len = 0L; /* Lock the whole file. */ in __flock()53 return __fcntl (fd, (operation & LOCK_NB) ? F_SETLK : F_SETLKW, &lbuf); in __flock()