Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dosdep.h594 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive);
/openbmc/qemu/util/
H A Dosdep.c251 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd() function
/openbmc/qemu/block/
H A Dfile-posix.c885 ret = qemu_lock_fd(fd, off, 1, false); in raw_apply_lock_bytes()
907 ret = qemu_lock_fd(fd, off, 1, false); in raw_apply_lock_bytes()