Searched refs:lockf (Results 1 – 2 of 2) sorted by relevance
1126 static int lockf(int fd, int cmd, off_t len) in lockf() function1156 if (lockf(fd, F_TLOCK, 0) < 0) { in check_lock()
7212 FILE LOCKING (flock() and fcntl()/lockf())