Searched defs:tarfs_zio (Results 1 – 1 of 1) sorted by relevance
146 struct tarfs_zio { struct147 struct tarfs_mount *tmp;151 struct tarfs_zstd *zstd; /* decompression state (zstd) */153 off_t ipos; /* current input position */154 off_t opos; /* current output position */157 unsigned int curidx; /* current index position*/158 unsigned int nidx; /* number of index entries */159 unsigned int szidx; /* index capacity */160 struct tarfs_idx { off_t i, o; } *idx;