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

/netbsd-current/sys/kern/
H A Dkern_physio.c116 struct physio_stat *ps = bp->b_private;
175 struct physio_stat *ps = bp->b_private;
290 bp->b_private = ps;
H A Dvfs_bio.c2066 buf_t *mbp = bp->b_private;
2114 bp->b_private = mbp;
H A Dvfs_wapbl.c1611 struct wapbl_entry *we = bp->b_private;
1929 bp->b_private = we;
/netbsd-current/sys/fs/udf/
H A Dudf_readwrite.c306 buf->b_private = NULL; /* not needed yet */
503 buf->b_private = NULL; /* not needed yet */
546 buf->b_private = NULL; /* not needed yet */
593 buf->b_private = NULL; /* not needed yet */
H A Dudf_strat_rmw.c71 #define BTOE(buf) ((struct udf_eccline *) ((buf)->b_private))
453 eccline->buf->b_private = eccline; /* IMPORTANT */
1132 buf->b_private = eccline;
1180 buf->b_private = eccline;
/netbsd-current/sys/sys/
H A Dbuf.h148 void *b_private; member in struct:buf
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_disk.c391 zio_t *zio = bp->b_private;
478 bp->b_private = zio;
499 bp->b_private = zio;
/netbsd-current/sys/dev/dm/
H A Ddm_target_flakey.c357 buf_t *mbp = bp->b_private;
/netbsd-current/sys/ufs/lfs/
H A Dlfs_segment.c2015 bp->b_private = cl;
2279 cl = cbp->b_private;
2521 fs = bp->b_private;
2533 fs = bp->b_private;
2558 cl = bp->b_private;
2624 if (tbp->b_private == tbp)
H A Dlfs_bio.c739 bp->b_private = fs;
H A Dlfs_vfsops.c2210 bp->b_private = mbp;
/netbsd-current/sys/dev/dkwedge/
H A Ddk.c1617 nbp->b_private = bp;
1642 struct buf *obp = bp->b_private;
/netbsd-current/sys/dev/
H A Dvnd.c739 bp->b_private = obp;
978 struct buf *obp = bp->b_private;
H A Dcgd.c921 nbp->b_private = cx;
937 struct cgd_xfer *cx = nbp->b_private;
/netbsd-current/sys/arch/xen/xen/
H A Dxbdback_xenbus.c1422 xbd_io->xio_buf.b_private = xbd_io;
1528 xbd_io = bp->b_private;
/netbsd-current/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h828 void *b_private; member in struct:buf
/netbsd-current/sys/dev/raidframe/
H A Drf_netbsdkintf.c2147 bp->b_private = req;
2213 req = bp->b_private;
2295 bp->b_private = cbArg;
/netbsd-current/sys/dev/scsipi/
H A Dcd.c572 struct cdbounce *bounce = bp->b_private;
635 nbp->b_private = priv;

Completed in 405 milliseconds