Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c59 struct transentry { struct
60 struct transentry *next; argument
61 struct transentry *prev; argument
62 timestruc32_t starttime; /* when did transaction start? */
63 timestruc32_t lastupdate; /* last operation for this entry */
75 uchar_t optype; /* read, write, ...? */
79 uchar_t datatype;
85 uchar_t transoption;
86 char *pathname;
87 struct netbuf *pnb;
[all …]