Searched refs:qemu_lock_fd_test (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-image-locking.c | 62 g_assert(!qemu_lock_fd_test(fd, 0, 0, true)); in check_locked_bytes() 70 !!qemu_lock_fd_test(fd, 100 + i, 1, true)); in check_locked_bytes() 72 !!qemu_lock_fd_test(fd, 200 + i, 1, true)); in check_locked_bytes()
|
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | 615 int qemu_lock_fd_test(int fd, int64_t start, int64_t len, bool exclusive);
|
/openbmc/qemu/util/ |
H A D | osdep.c | 266 int qemu_lock_fd_test(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd_test() function
|
/openbmc/qemu/block/ |
H A D | file-posix.c | 931 ret = qemu_lock_fd_test(fd, off, 1, true); in raw_check_lock_bytes() 947 ret = qemu_lock_fd_test(fd, off, 1, true); in raw_check_lock_bytes()
|