Lines Matching defs:s
102 int AddToSparseFile(struct sparse_file* s, int64_t len, unsigned int block) override { in AddToSparseFile()
167 int AddToSparseFile(struct sparse_file* s, int64_t len, unsigned int block) override { in AddToSparseFile()
212 static int process_raw_chunk(struct sparse_file* s, unsigned int chunk_size, in process_raw_chunk()
246 static int process_fill_chunk(struct sparse_file* s, unsigned int chunk_size, in process_fill_chunk()
287 static int process_skip_chunk(struct sparse_file* s, unsigned int chunk_size, in process_skip_chunk()
327 static int process_chunk(struct sparse_file* s, SparseFileSource* source, unsigned int chunk_hdr_sz, in process_chunk()
377 static int sparse_file_read_sparse(struct sparse_file* s, SparseFileSource* source, bool crc) { in sparse_file_read_sparse()
460 static int do_sparse_file_read_normal(struct sparse_file* s, int fd, uint32_t* buf, int64_t offset, in do_sparse_file_read_normal()
507 static int sparse_file_read_normal(struct sparse_file* s, int fd) { in sparse_file_read_normal()
520 static int sparse_file_read_hole(struct sparse_file* s, int fd) { in sparse_file_read_hole()
575 int sparse_file_read(struct sparse_file* s, int fd, enum sparse_read_mode mode, bool crc) { in sparse_file_read()
599 struct sparse_file* s; in sparse_file_import_source() local
669 struct sparse_file* s; in sparse_file_import_auto() local