b_hash             75 kern/vfs_bio.c #define	binshash(bp, dp)	LIST_INSERT_HEAD(dp, bp, b_hash)
b_hash             76 kern/vfs_bio.c #define	bremhash(bp)		LIST_REMOVE(bp, b_hash)
b_hash            847 kern/vfs_bio.c 	LIST_FOREACH(bp, BUFHASH(vp, blkno), b_hash) {
b_hash            883 kern/vfs_bio.c 	LIST_FOREACH(bp, BUFHASH(vp, blkno), b_hash) {
b_hash             76 sys/buf.h      	LIST_ENTRY(buf) b_hash;		/* Hash chain. */