Searched refs:dest_pending_sparse (Results 1 – 2 of 2) sorted by relevance
784 .dest_pending_sparse = 0, in io_open_src()1175 && pair->dest_pending_sparse > 0) { in io_close()1183 if (lseek(pair->dest_fd, pair->dest_pending_sparse - 1, in io_close()1455 if (is_sparse(buf) && pair->dest_pending_sparse in io_write()1457 pair->dest_pending_sparse += (off_t)(size); in io_write()1466 if (pair->dest_pending_sparse > 0) { in io_write()1467 if (lseek(pair->dest_fd, pair->dest_pending_sparse, in io_write()1478 pair->dest_pending_sparse = 0; in io_write()
81 off_t dest_pending_sparse; member