Home
last modified time | relevance | path

Searched refs:buftype (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c591 if (buftype == SA_SPILL || in sa_find_sizes()
605 ASSERT(buftype == SA_BONUS); in sa_find_sizes()
626 buftype == SA_BONUS) in sa_find_sizes()
650 sa_buf_type_t buftype; in sa_build_layouts() local
714 buftype = SA_BONUS; in sa_build_layouts()
745 buftype = SA_SPILL; in sa_build_layouts()
1241 db = SA_GET_DB(hdl, buftype); in sa_byteswap()
1243 if (buftype == SA_SPILL) { in sa_byteswap()
1265 if (buftype == SA_SPILL) in sa_byteswap()
1288 sa_byteswap(hdl, buftype); in sa_build_index()
[all …]
H A Darc.c2213 arc_buf_contents_t buftype = arc_buf_type(hdr); in arc_change_state() local
2249 multilist_remove(old_state->arcs_list[buftype], hdr); in arc_change_state()
2267 multilist_insert(new_state->arcs_list[buftype], hdr); in arc_change_state()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c2707 ddi_dma_atyp_t buftype; in rootnex_need_bounce_seg() local
2724 buftype = dmar_object->dmao_type; in rootnex_need_bounce_seg()
2736 if (buftype == DMA_OTYP_PAGES) { in rootnex_need_bounce_seg()
2783 if (buftype == DMA_OTYP_PAGES) { in rootnex_need_bounce_seg()
2833 ddi_dma_atyp_t buftype; in rootnex_get_sgl() local
2854 buftype = dmar_object->dmao_type; in rootnex_get_sgl()
2877 if (buftype == DMA_OTYP_PAGES) { in rootnex_get_sgl()
2893 ASSERT((buftype == DMA_OTYP_VADDR) || in rootnex_get_sgl()
2894 (buftype == DMA_OTYP_BUFVADDR)); in rootnex_get_sgl()
2914 (buftype == DMA_OTYP_BUFVADDR)); in rootnex_get_sgl()
[all …]
H A Dimmu_dvma.c2560 ddi_dma_atyp_t buftype; in immu_map_dvmaseg() local
2584 buftype = dmar_object->dmao_type; in immu_map_dvmaseg()
2588 buftype, uint_t, size); in immu_map_dvmaseg()
2595 if (buftype == DMA_OTYP_PAGES) { in immu_map_dvmaseg()
2660 if (buftype == DMA_OTYP_PAGES) { in immu_map_dvmaseg()