Searched defs:blkstat (Results 1 – 1 of 1) sorted by relevance
204 struct blkstat { struct212 enum blkstatst curst; /* FSM for sending file blocks */ argument213 off_t curpos; /* sending: position in file to send */214 off_t curlen; /* sending: length of send */215 int32_t curtok; /* sending: next matching token or zero */216 struct blktab *blktab; /* hashtable of blocks */217 uint32_t s1; /* partial sum for computing fast hash */218 uint32_t s2; /* partial sum for computing fast hash */219 MD4_CTX ctx; /* context for hash_file */