Lines Matching defs:len
87 int64_t len; member
139 static int file_pad(struct output_file *out, int64_t len) in file_pad()
152 static int file_write(struct output_file *out, void *data, int len) in file_write()
211 static int gz_file_pad(struct output_file *out, int64_t len) in gz_file_pad()
235 static int gz_file_write(struct output_file *out, void *data, int len) in gz_file_write()
296 static int callback_file_write(struct output_file *out, void *data, int len) in callback_file_write()
318 int read_all(int fd, void *buf, size_t len) in read_all()
366 static int write_sparse_fill_chunk(struct output_file *out, unsigned int len, in write_sparse_fill_chunk()
401 static int write_sparse_data_chunk(struct output_file *out, unsigned int len, in write_sparse_data_chunk()
475 static int write_normal_data_chunk(struct output_file *out, unsigned int len, in write_normal_data_chunk()
493 static int write_normal_fill_chunk(struct output_file *out, unsigned int len, in write_normal_fill_chunk()
518 static int write_normal_skip_chunk(struct output_file *out, int64_t len) in write_normal_skip_chunk()
542 int64_t len, bool sparse, int chunks, bool crc) in output_file_init()
631 void *priv, unsigned int block_size, int64_t len, in output_file_open_callback()
656 struct output_file *output_file_open_fd(int fd, unsigned int block_size, int64_t len, in output_file_open_fd()
683 int write_data_chunk(struct output_file *out, unsigned int len, void *data) in write_data_chunk()
689 int write_fill_chunk(struct output_file *out, unsigned int len, in write_fill_chunk()
695 int write_fd_chunk(struct output_file *out, unsigned int len, in write_fd_chunk()
746 int write_file_chunk(struct output_file *out, unsigned int len, in write_file_chunk()
763 int write_skip_chunk(struct output_file *out, int64_t len) in write_skip_chunk()