Searched defs:transentry (Results 1 – 1 of 1) sorted by relevance
59 struct transentry { struct60 struct transentry *next; argument61 struct transentry *prev; argument62 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 …]