Searched refs:ir_savebp (Results 1 – 2 of 2) sorted by relevance
6224 newindirdep->ir_savebp = in indirdep_lookup()6227 BUF_KERNPROC(newindirdep->ir_savebp); in indirdep_lookup()6228 bcopy(bp->b_data, newindirdep->ir_savebp->b_data, bp->b_bcount); in indirdep_lookup()6274 KASSERT(indirdep->ir_savebp != NULL, in setup_allocindir_phase2()6610 count = indirdep->ir_savebp->b_bcount - start; in complete_trunc_indir()6611 start += (uintptr_t)indirdep->ir_savebp->b_data; in complete_trunc_indir()6632 indirdep->ir_savebp->b_data, in complete_trunc_indir()6633 indirdep->ir_savebp->b_bcount); in complete_trunc_indir()6651 bp = indirdep->ir_savebp; in complete_trunc_indir()6652 indirdep->ir_savebp = NULL; in complete_trunc_indir()[all …]
502 struct buf *ir_savebp; /* buffer holding safe copy */ member