Searched refs:bio_ma_n (Results 1 – 19 of 19) sorted by relevance
/freebsd/sys/geom/ |
H A D | geom_io.c | 216 bp2->bio_ma_n = bp->bio_ma_n; in g_clone_bio() 252 bp2->bio_ma_n = bp->bio_ma_n; in g_duplicate_bio() 460 bp->bio_length) / PAGE_SIZE == bp->bio_ma_n, in g_io_check() 465 bp->bio_ma_n = round_page(bp->bio_ma_offset + in g_io_check() 758 KASSERT(size / PAGE_SIZE == bp->bio_ma_n, ("Bio too short %p", bp)); in g_io_transient_map_bio()
|
H A D | geom_disk.c | 309 end = (bus_dma_segment_t *)bp->bio_data + bp->bio_ma_n; in g_disk_advance() 318 bp->bio_ma_n = end - seg; in g_disk_advance() 324 bp->bio_ma_n -= off / PAGE_SIZE; in g_disk_advance() 370 end = (bus_dma_segment_t *)bp->bio_data + bp->bio_ma_n; in g_disk_vlist_limit() 411 bp->bio_ma_n = endseg - firstseg; in g_disk_limit() 416 bp->bio_ma_n = in g_disk_limit()
|
/freebsd/sys/sys/ |
H A D | bio.h | 96 int bio_ma_n; /* Number of pages in bio_ma. */ member
|
/freebsd/sys/geom/raid/ |
H A D | tr_raid1e.c | 725 cbp->bio_ma_n = round_page(cbp->bio_ma_offset + in g_raid_tr_iostart_raid1e_read() 801 cbp->bio_ma_n = round_page(cbp->bio_ma_offset + in g_raid_tr_iostart_raid1e_write() 1039 cbp->bio_ma_n = bp->bio_ma_n; in g_raid_tr_iodone_raid1e()
|
H A D | tr_raid0.c | 238 cbp->bio_ma_n = round_page(cbp->bio_ma_offset + in g_raid_tr_iostart_raid0()
|
H A D | tr_concat.c | 258 cbp->bio_ma_n = round_page(cbp->bio_ma_offset + in g_raid_tr_iostart_concat()
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_ns.c | 413 child->bio_ma_n = in nvme_construct_child_bios() 418 ma += child->bio_ma_n; in nvme_construct_child_bios()
|
/freebsd/sys/kern/ |
H A D | kern_physio.c | 166 bp->bio_ma_n = npages; in physio()
|
H A D | vfs_aio.c | 1330 bp->bio_ma_n = npages; in aio_qbio() 2432 MPASS(bp->bio_ma_n <= atop(maxphys) + 1); in aio_biocleanup() 2433 vm_page_unhold_pages(bp->bio_ma, bp->bio_ma_n); in aio_biocleanup()
|
H A D | vfs_bio.c | 5259 bip->bio_ma_n = bp->b_npages; in bdata2bio() 5266 (long long)bip->bio_length, bip->bio_ma_n)); in bdata2bio() 5278 bio->bio_ma_n)); in memdesc_bio()
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_spa.c | 293 struct vm_page maa[bp->bio_ma_n]; in nvdimm_spa_g_all_unmapped() 294 vm_page_t ma[bp->bio_ma_n]; in nvdimm_spa_g_all_unmapped()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | vdev_geom.c | 1129 if (bp->bio_ma_n == 0) { in vdev_geom_fill_unmap_cb() 1136 bp->bio_ma[bp->bio_ma_n++] = in vdev_geom_fill_unmap_cb() 1210 bp->bio_ma_n = 0; in vdev_geom_io_start()
|
/freebsd/sys/geom/stripe/ |
H A D | g_stripe.c | 458 bp->bio_ma_n = round_page(bp->bio_ma_offset + in g_stripe_start_economic() 496 cbp->bio_ma_n = round_page(cbp->bio_ma_offset + in g_stripe_start_economic()
|
/freebsd/sys/cam/nvme/ |
H A D | nvme_da.c | 1066 PAGE_SIZE == bp->bio_ma_n, in ndastart()
|
/freebsd/sys/geom/concat/ |
H A D | g_concat.c | 414 cbp->bio_ma_n = round_page(cbp->bio_ma_offset + in g_concat_start()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_ddp.c | 1451 return (t4_alloc_page_pods_for_vmpages(pr, bp->bio_ma, bp->bio_ma_n, in t4_alloc_page_pods_for_vmpages() 1863 if (idx < bp->bio_ma_n) { in t4_write_page_pods_for_bio()
|
/freebsd/sys/dev/md/ |
H A D | md.c | 941 piov = malloc(sizeof(*piov) * bp->bio_ma_n, M_MD, M_WAITOK); in mdstart_vnode()
|
/freebsd/sys/cam/ata/ |
H A D | ata_da.c | 2417 PAGE_SIZE == bp->bio_ma_n, in adastart()
|
/freebsd/sys/vm/ |
H A D | swap_pager.c | 3236 bio->bio_ma_n = bp->b_npages; in swapgeom_strategy()
|