Searched refs:dest_pending_sparse (Results 1 – 2 of 2) sorted by relevance
786 .dest_pending_sparse = 0, in io_open_src()1177 && pair->dest_pending_sparse > 0) { in io_close()1185 if (lseek(pair->dest_fd, pair->dest_pending_sparse - 1, in io_close()1457 if (is_sparse(buf) && pair->dest_pending_sparse in io_write()1459 pair->dest_pending_sparse += (off_t)(size); in io_write()1468 if (pair->dest_pending_sparse > 0) { in io_write()1469 if (lseek(pair->dest_fd, pair->dest_pending_sparse, in io_write()1480 pair->dest_pending_sparse = 0; in io_write()
81 off_t dest_pending_sparse; member