Lines Matching defs:s
32 struct sparse_file *s = calloc(sizeof(struct sparse_file), 1); in sparse_file_new() local
49 void sparse_file_destroy(struct sparse_file *s) in sparse_file_destroy()
55 int sparse_file_add_data(struct sparse_file *s, in sparse_file_add_data()
61 int sparse_file_add_fill(struct sparse_file *s, in sparse_file_add_fill()
67 int sparse_file_add_file(struct sparse_file *s, in sparse_file_add_file()
75 int sparse_file_add_fd(struct sparse_file *s, in sparse_file_add_fd()
81 unsigned int sparse_count_chunks(struct sparse_file *s) in sparse_count_chunks()
132 static int write_all_blocks(struct sparse_file *s, struct output_file *out) in write_all_blocks()
161 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse, in sparse_file_write()
181 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc, in sparse_file_callback()
209 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) in sparse_file_len()
304 struct sparse_file *s; in sparse_file_resparse() local
336 void sparse_file_verbose(struct sparse_file *s) in sparse_file_verbose()