Searched refs:_do_flock (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/lib/locking/
H A Dfile_locking.c136 static int _do_flock(const char *file, int *fd, int operation, uint32_t nonblock) function
142 log_debug("_do_flock %s %c%c",
188 if ((r = _do_flock(file_aux, &fd_aux, LOCK_EX, 0))) {
190 r = _do_flock(file, fd, operation, nonblock);
194 r = _do_flock(file, fd, operation, nonblock);
242 r = _do_flock(file, &ll->lf, operation, nonblock);

Completed in 100 milliseconds