next 48 bio.c bcache.head.next = &bcache.head; next 50 bio.c b->next = bcache.head.next; next 53 bio.c bcache.head.next->prev = b; next 54 bio.c bcache.head.next = b; next 69 bio.c for(b = bcache.head.next; b != &bcache.head; b = b->next){ next 132 bio.c b->next->prev = b->prev; next 133 bio.c b->prev->next = b->next; next 134 bio.c b->next = bcache.head.next; next 136 bio.c bcache.head.next->prev = b; next 137 bio.c bcache.head.next = b; next 8 buf.h struct buf *next; next 627 fs.c struct inode *ip, *next; next 645 fs.c if((next = dirlookup(ip, name, 0)) == 0){ next 650 fs.c ip = next; next 17 kalloc.c struct run *next; next 73 kalloc.c r->next = kmem.freelist; next 91 kalloc.c kmem.freelist = r->next;