Searched defs:transentry (Results 1 – 1 of 1) sorted by relevance
61 struct transentry { struct62 struct transentry *next; argument63 struct transentry *prev; argument64 timestruc32_t starttime; /* when did transaction start? */65 timestruc32_t lastupdate; /* last operation for this entry */77 uchar_t optype; /* read, write, ...? */81 uchar_t datatype;87 uchar_t transoption;88 char *pathname;89 struct netbuf *pnb;[all …]