Home
last modified time | relevance | path

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

/dflybsd-src/sbin/fsck/
H A Dfsck.h75 struct bufarea { struct
76 struct bufarea *b_next; /* free list queue */ argument
77 struct bufarea *b_prev; /* free list queue */ argument
95 extern struct bufarea bufhead; /* head of list of other blks in filesys */ argument