Lines Matching refs:sparse_file
717 static struct sparse_file **load_sparse_files(int fd, int max_size)
719 struct sparse_file* s = sparse_file_import_auto(fd, false, true);
729 sparse_file** out_s = reinterpret_cast<sparse_file**>(calloc(sizeof(struct sparse_file *), files + 1));
809 sparse_file** s = load_sparse_files(fd, limit);
840 sparse_file** s;
844 std::vector<std::pair<sparse_file*, int64_t>> sparse_files;
845 s = reinterpret_cast<sparse_file**>(buf->data);