Searched refs:bioclone (Results 1 - 11 of 11) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/ |
| H A D | fdbuffer.c | 411 bp = bioclone(fdb->fd_parentbp, off, len, 0, 0,
|
| /illumos-gate/usr/src/uts/common/fs/ufs/ |
| H A D | lufs_log.c | 194 cb = bioclone(pb, offset, pbcount, dev,
|
| /illumos-gate/usr/src/uts/i86pc/i86hvm/io/ |
| H A D | xdf_shell.c | 661 bp_clone = bioclone(bp, 0, bp->b_bcount, tgt_devt, bp->b_blkno,
|
| /illumos-gate/usr/src/uts/common/io/scsi/targets/ |
| H A D | sd.c | 14376 new_bp = bioclone(bp, 0, datalen, SD_GET_DEV(un), blkno, func,
|
| H A D | sd_xbuf.c | 508 bp = bioclone(bp0, brkp->off, brkp->brksize, 517 bp = bioclone(bp0, brkp->off,
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | buf.h | 397 struct buf *bioclone(struct buf *, off_t, size_t, dev_t, daddr_t,
|
| /illumos-gate/usr/src/uts/common/io/lvm/md/ |
| H A D | md_subr.c | 3112 * md_bioclone is needed as long as the real bioclone only takes a daddr_t 3114 * We simply call bioclone with all input parameters but blkno, and set the 3122 (void) bioclone(bp, off, len, dev, 0, iodone, bp_mem, sleep);
|
| /illumos-gate/usr/src/uts/common/io/lvm/trans/ |
| H A D | mdtrans.c | 148 sb = bioclone(pb, 0, pb->b_bcount, md_dev64_to_dev(un->un_s_dev), 685 cb = bioclone(pb, 0, pb->b_bcount, md_dev64_to_dev(un->un_m_dev),
|
| /illumos-gate/usr/src/uts/common/fs/udfs/ |
| H A D | udf_vnops.c | 3537 rbp = bioclone(bp, io_off, (size_t)contig,
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | bio.c | 2028 * bioclone(9F) - clone a buffer 2031 bioclone(struct buf *bp, off_t off, size_t len, dev_t dev, daddr_t blkno, function
|
| /illumos-gate/usr/src/man/man9f/ |
| H A D | Makefile | 47 bioclone.9f \
|
Completed in 195 milliseconds