Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_ext2fs/
H A Dfsck.h79 struct bufarea { struct
80 struct bufarea *b_next; /* free list queue */ argument
81 struct bufarea *b_prev; /* free list queue */ argument
100 extern struct bufarea bufhead; /* head of list of other blks in filesys */ argument
/netbsd-src/sbin/fsck_ffs/
H A Dfsck.h107 struct bufarea { struct
108 struct bufarea *b_next; /* free list queue */ argument
109 struct bufarea *b_prev; /* free list queue */ argument
110 daddr_t b_bno;
111 int b_size;
112 int b_errs;
113 int b_flags;
114 union {
142 extern struct bufarea bufhead; /* head of list of other blks in filesys */ argument