Searched defs:Fsck (Results 1 – 3 of 3) sorted by relevance
/plan9/sys/src/cmd/fossil/ |
H A D | dat.h | 7 typedef struct Fsck Fsck; typedef 287 struct Fsck struct 299 void (*clre)(Fsck*, Block*, int); argument 300 void (*clrp)(Fsck*, Block*, int); argument 301 void (*close)(Fsck*, Block*, u32int); argument 302 void (*clri)(Fsck*, char*, MetaBlock*, int, Block*); argument 305 Cache *cache; 306 uchar *amap; /* all blocks seen so far */ 307 uchar *emap; /* all blocks seen in this epoch */ 308 uchar *xmap; /* all blocks in this epoch with parents in this epoch */ [all …]
|
H A D | flchk.c | 31 flclre(Fsck*, Block *b, int o) in flclre() argument 37 flclrp(Fsck*, Block *b, int o) in flclrp() argument 43 flclri(Fsck*, char *name, MetaBlock*, int, Block*) in flclri() argument 49 flclose(Fsck*, Block *b, u32int epoch) in flclose() argument
|
H A D | check.c | 781 clrenop(Fsck*, Block*, int) in clrenop() argument 786 closenop(Fsck*, Block*, u32int) in closenop() argument 791 clrinop(Fsck*, char*, MetaBlock*, int, Block*) in clrinop() argument
|