Lines Matching refs:pbp
240 struct buf *pbp; in filecore_getparent() local
262 NOCRED, &pbp); in filecore_getparent()
266 paddr = fcdirtail(pbp->b_data)->parent1 in filecore_getparent()
267 | fcdirtail(pbp->b_data)->parent2 << 16; in filecore_getparent()
269 printf("brelse(%p) ut1\n", pbp); in filecore_getparent()
271 brelse(pbp, 0); in filecore_getparent()
283 NOCRED, &pbp); in filecore_getparent()
287 while (fcdirentry(pbp->b_data,i)->addr != addr) { in filecore_getparent()
288 if (fcdirentry(pbp->b_data, i++)->name[0] == 0) { in filecore_getparent()
290 printf("brelse(%p) ut2\n", pbp); in filecore_getparent()
292 brelse(pbp, 0); in filecore_getparent()
297 printf("brelse(%p) ut3\n", pbp); in filecore_getparent()
299 brelse(pbp, 0); in filecore_getparent()