Searched defs:file_ident (Results 1 – 1 of 1) sorted by relevance
63 typedef struct file_ident { /* file identifier block */ struct74 int (*fi_getblock)(struct file_ident *); argument76 struct file_ident *fi_forw; argument77 struct file_ident *fi_back; argument78 off_t fi_cfoff; /* compressed file offset */79 caddr_t fi_dcscrbuf; /* decomp scratch buffer */80 size_t fi_dcscrused; /* used bytes in scratch buf */81 struct z_stream_s *fi_dcstream; /* decompression stream */