Searched refs:b_hash (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h89 LIST_ENTRY(buf) b_hash; /* Hash chain. */ member in struct:buf
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c201 if ((bp)->b_hash.le_prev != (struct buf **)0xdeadbeef) \
202 panic("%p: b_hash.le_prev is not deadbeef", (bp));
205 (bp)->b_hash.le_next = (struct buf *)0; \
206 (bp)->b_hash.le_prev = (struct buf **)0xdeadbeef;
235 if ((bp->b_hash.le_next = (head)->lh_first) != NULL)
236 (head)->lh_first->b_hash.le_prev = &(bp)->b_hash.le_next;
238 bp->b_hash.le_prev = &(head)->lh_first;
239 if (bp->b_hash.le_prev == (struct buf **)0xdeadbeef)
254 for(; nbp != NULL; nbp = nbp->b_hash
[all...]

Completed in 34 milliseconds