Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dosdep.h609 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive);
/qemu/util/
H A Dosdep.c256 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive) in qemu_unlock_fd()
251 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive) qemu_lock_fd() function
/qemu/block/
H A Dfile-posix.c872 ret = qemu_lock_fd(fd, off, 1, false); in raw_apply_lock_bytes()
894 ret = qemu_lock_fd(fd, off, 1, false); in raw_apply_lock_bytes()