Searched refs:qemu_lock_fcntl (Results 1 – 1 of 1) sorted by relevance
242 static int qemu_lock_fcntl(int fd, int64_t start, int64_t len, int fl_type) in qemu_lock_fcntl() function258 return qemu_lock_fcntl(fd, start, len, exclusive ? F_WRLCK : F_RDLCK); in qemu_lock_fd()263 return qemu_lock_fcntl(fd, start, len, F_UNLCK); in qemu_unlock_fd()