Searched refs:dest_pending_sparse (Results 1 – 2 of 2) sorted by relevance
759 .dest_pending_sparse = 0, in io_open_src()1056 && pair->dest_pending_sparse > 0) { in io_close()1064 if (lseek(pair->dest_fd, pair->dest_pending_sparse - 1, in io_close()1295 if (is_sparse(buf) && pair->dest_pending_sparse in io_write()1297 pair->dest_pending_sparse += (off_t)(size); in io_write()1306 if (pair->dest_pending_sparse > 0) { in io_write()1307 if (lseek(pair->dest_fd, pair->dest_pending_sparse, in io_write()1316 pair->dest_pending_sparse = 0; in io_write()
66 off_t dest_pending_sparse; member