Searched refs:mapbuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_indirect_mapping.c391 vdev_indirect_mapping_entry_phys_t *mapbuf; local
409 mapbuf = zio_buf_alloc(SPA_OLD_MAXBLOCKSIZE);
421 for (i = 0; i < SPA_OLD_MAXBLOCKSIZE / sizeof (*mapbuf); i++) {
440 mapbuf[i] = entry->vime_mapping;
454 vim->vim_phys->vimp_num_entries * sizeof (*mapbuf),
455 i * sizeof (*mapbuf),
456 mapbuf, tx);
466 zio_buf_free(mapbuf, SPA_OLD_MAXBLOCKSIZE);
/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.c1253 struct g_virstor_map_entry *mapbuf; local
1266 mapbuf = g_read_data(sc->components[0].gcons, off, bs, &error);
1267 if (mapbuf == NULL) {
1277 bcopy(mapbuf, &sc->map[n], bs);
1281 g_free(mapbuf);
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c4580 vmapbuf(struct buf *bp, void *uaddr, size_t len, int mapbuf) argument
4595 if (mapbuf || !unmapped_buf_allowed) {

Completed in 208 milliseconds