Searched refs:nbp (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_softdep.c209 softdep_setup_allocindir_page(ip, lbn, bp, ptrno, newblkno, oldblkno, nbp)
216 struct buf *nbp;
223 softdep_setup_allocindir_meta(nbp, ip, bp, ptrno, newblkno)
224 struct buf *nbp;
5851 softdep_setup_allocindir_page(ip, lbn, bp, ptrno, newblkno, oldblkno, nbp)
5858 struct buf *nbp; /* buffer holding allocated page */
5871 KASSERT(lbn == nbp->b_lblkno,
5886 pagedep_lookup(mp, nbp, ip->i_number, lbn, DEPALLOC, &pagedep);
5887 WORKLIST_INSERT(&nbp->b_dep, &aip->ai_block.nb_list);
5899 softdep_setup_allocindir_meta(nbp, i
12584 struct buf *bp, *nbp; local
12730 struct buf *nbp; local
[all...]
/freebsd-12-stable/usr.sbin/bhyve/
H A Dgdb.c1203 struct breakpoint *bp, *nbp; local
1209 TAILQ_FOREACH_SAFE(bp, &breakpoints, link, nbp) {
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c207 zil_read_log_block(zilog_t *zilog, const blkptr_t *bp, blkptr_t *nbp, void *dst, argument
253 *nbp = zilc->zc_next_blk;
269 *nbp = zilc->zc_next_blk;
/freebsd-12-stable/sys/geom/raid/
H A Dg_raid.c1226 struct bio *nbp; local
1235 TAILQ_FOREACH(nbp, &vol->v_inflight.queue, bio_queue) {
1236 if (g_raid_bio_overlaps(nbp, off, len))
/freebsd-12-stable/contrib/sendmail/src/
H A Dreadcf.c208 char *nbp; local
218 nbp = translate_dollars(bp, bp, &bufsize);
219 if (nbp != bp && bp != buf)
221 bp = nbp;
/freebsd-12-stable/sys/kern/
H A Dvfs_vnops.c2563 struct buf *bp, *nbp; local
2591 TAILQ_FOREACH_SAFE(bp, &bo->bo_dirty.bv_hd, b_bobufs, nbp) {
/freebsd-12-stable/usr.sbin/etcupdate/tests/
H A Dtests_test.sh644 nbp 2/ddp #Name Binding Protocol

Completed in 306 milliseconds

12