Home
last modified time | relevance | path

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

/qemu/util/
H A Dosdep.c120 static int fcntl_op_getlk = -1; variable
208 fcntl_op_getlk = F_GETLK; in qemu_probe_lock_ops()
215 fcntl_op_getlk = F_OFD_GETLK; in qemu_probe_lock_ops()
218 fcntl_op_getlk = F_GETLK; in qemu_probe_lock_ops()
222 fcntl_op_getlk = F_GETLK; in qemu_probe_lock_ops()
271 ret = fcntl(fd, fcntl_op_getlk, &fl); in qemu_lock_fd_test()