Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dfilep.h63 typedef struct file_ident { /* file identifier block */ struct
74 int (*fi_getblock)(struct file_ident *); argument
76 struct file_ident *fi_forw; argument
77 struct file_ident *fi_back; argument
78 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 */