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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c2412 buf_t bp_head; local
2423 bp_head = (buf_t)bp->b_orig;
2425 if (bp_head->b_whichq != -1)
2426 panic("buf_brelse_shadow: bp_head on freelist %d\n", bp_head->b_whichq);
2439 KERNEL_DEBUG(0xbbbbc008 | DBG_FUNC_START, bp, bp_head, bp_head->b_shadow_ref, 0, 0);
2441 bp_head->b_shadow_ref--;
2443 for (bp_temp = bp_head; bp_temp && bp != bp_temp->b_shadow; bp_temp = bp_temp->b_shadow);
2446 panic("buf_brelse_shadow: bp not on list %p", bp_head);
[all...]

Completed in 58 milliseconds