Searched refs:qemu_lock_fd (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | 613 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive);
|
/openbmc/qemu/util/ |
H A D | osdep.c | 256 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd() function
|
/openbmc/qemu/block/ |
H A D | file-posix.c | 876 ret = qemu_lock_fd(fd, off, 1, false); in raw_apply_lock_bytes() 898 ret = qemu_lock_fd(fd, off, 1, false); in raw_apply_lock_bytes()
|