Home
last modified time | relevance | path

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

/qemu/util/
H A Dosdep.c261 int qemu_unlock_fd(int fd, int64_t start, int64_t len) in qemu_unlock_fd() function
/qemu/include/qemu/
H A Dosdep.h619 int qemu_unlock_fd(int fd, int64_t start, int64_t len);
/qemu/block/
H A Dfile-posix.c905 ret = qemu_unlock_fd(fd, off, 1); in raw_apply_lock_bytes()
928 ret = qemu_unlock_fd(fd, off, 1); in raw_apply_lock_bytes()