Searched refs:bufhead (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sbin/fsck_ext2fs/
H A Dutilities.c153 bufhead.b_next = bufhead.b_prev = &bufhead;
168 bp->b_prev = &bufhead;
169 bp->b_next = bufhead.b_next;
170 bufhead.b_next->b_prev = bp;
171 bufhead.b_next = bp;
174 bufhead.b_size = i; /* save number of buffers */
185 for (bp = bufhead.b_next; bp != &bufhead; b
[all...]
H A Dfsck.h100 extern struct bufarea bufhead; /* head of list of other blks in filesys */
H A Dmain.c90 struct bufarea bufhead; variable in typeref:struct:bufarea
/netbsd-current/sbin/fsck_ffs/
H A Dutilities.c150 bufhead.b_next = bufhead.b_prev = &bufhead;
168 bp->b_prev = &bufhead;
169 bp->b_next = bufhead.b_next;
170 bufhead.b_next->b_prev = bp;
171 bufhead.b_next = bp;
174 bufhead.b_size = i; /* save number of buffers */
185 for (bp = bufhead.b_next; bp != &bufhead; b
[all...]
H A Dfsck.h142 extern struct bufarea bufhead; /* head of list of other blks in filesys */
H A Dmain.c73 struct bufarea bufhead; variable in typeref:struct:bufarea
/netbsd-current/lib/libc/db/hash/
H A Dhash_buf.c88 #define MRU hashp->bufhead.next
89 #define LRU hashp->bufhead.prev
91 #define MRU_INSERT(B) BUF_INSERT((B), &hashp->bufhead)
282 bfp = &(hashp->bufhead);
307 for (bp = LRU; bp != &hashp->bufhead;) {
H A Dhash.h118 BUFHEAD bufhead; /* Header of buffer lru list */ member in struct:htab
/netbsd-current/sbin/fsdb/
H A Dfsdb.c65 struct bufarea bufhead; variable in typeref:struct:bufarea

Completed in 196 milliseconds