Searched refs:seek_result (Results 1 – 1 of 1) sorted by relevance
2334 off_t seek_result; in handle_aiocb_truncate() local2349 seek_result = lseek(fd, current_length, SEEK_SET); in handle_aiocb_truncate()2350 if (seek_result < 0) { in handle_aiocb_truncate()