Home
last modified time | relevance | path

Searched refs:qemu_unlock_fd (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dosdep.h595 int qemu_unlock_fd(int fd, int64_t start, int64_t len);
/openbmc/qemu/util/
H A Dosdep.c256 int qemu_unlock_fd(int fd, int64_t start, int64_t len) in qemu_unlock_fd() function
/openbmc/qemu/block/
H A Dfile-posix.c894 ret = qemu_unlock_fd(fd, off, 1); in raw_apply_lock_bytes()
917 ret = qemu_unlock_fd(fd, off, 1); in raw_apply_lock_bytes()