Home
last modified time | relevance | path

Searched defs:file_ident (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfilep.h61 typedef struct file_ident { /* file identifier block */ struct
72 int (*fi_getblock)(struct file_ident *); argument
74 struct file_ident *fi_forw; argument
75 struct file_ident *fi_back; argument
76 off_t fi_cfoff; /* compressed file offset */
77 caddr_t fi_dcscrbuf; /* decomp scratch buffer */
78 size_t fi_dcscrused; /* used bytes in scratch buf */
79 struct z_stream_s *fi_dcstream; /* decompression stream */