Searched refs:sparse_block (Results 1 – 2 of 2) sorted by relevance
48 struct sparse_block { struct49 struct sparse_block *next; argument62 struct sparse_block *sparse_list; argument63 struct sparse_block *sparse_tail;1812 struct sparse_block *sb; in archive_write_pax_finish_entry()1856 struct sparse_block *sb = pax->sparse_list->next; in archive_write_pax_data()1997 struct sparse_block *sb = pax->sparse_list; in sparse_list_clear()2008 struct sparse_block *sb; in _sparse_list_add_block()2010 sb = (struct sparse_block *)malloc(sizeof(*sb)); in _sparse_list_add_block()
113 struct sparse_block { struct114 struct sparse_block *next; argument141 struct sparse_block *sparse_list;142 struct sparse_block *sparse_last;557 struct sparse_block *sb; in archive_read_format_tar_read_header()597 struct sparse_block *p; in archive_read_format_tar_read_data()659 struct sparse_block *p; in archive_read_format_tar_skip()2281 struct sparse_block *p; in gnu_add_sparse_entry()2283 p = (struct sparse_block *)calloc(1, sizeof(*p)); in gnu_add_sparse_entry()2305 struct sparse_block *p; in gnu_clear_sparse_list()