Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dfile-posix.c2344 off_t seek_result; in handle_aiocb_truncate() local
2359 seek_result = lseek(fd, current_length, SEEK_SET); in handle_aiocb_truncate()
2360 if (seek_result < 0) { in handle_aiocb_truncate()