Searched refs:write_file_chunk (Results 1 – 3 of 3) sorted by relevance
35 int write_file_chunk(struct output_file* out, unsigned int len, const char* file, int64_t offset);
99 ret = write_file_chunk(out, backed_block_len(bb), backed_block_filename(bb), in sparse_file_write_block()
703 int write_file_chunk(struct output_file* out, unsigned int len, const char* file, int64_t offset) { in write_file_chunk() function