Home
last modified time | relevance | path

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

/qemu/util/
H A Dosdep.c125 static int fcntl_op_getlk = -1; variable
213 fcntl_op_getlk = F_GETLK; in qemu_probe_lock_ops()
220 fcntl_op_getlk = F_OFD_GETLK; in qemu_probe_lock_ops()
223 fcntl_op_getlk = F_GETLK; in qemu_probe_lock_ops()
227 fcntl_op_getlk = F_GETLK; in qemu_probe_lock_ops()
276 ret = fcntl(fd, fcntl_op_getlk, &fl); in qemu_lock_fd_test()