Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_direct.c38 abd_t *pre_buf = NULL, *post_buf = NULL, *mbuf = NULL; in make_abd_for_dbuf() local
45 pre_buf = abd_alloc_for_io(pre_size, B_TRUE); in make_abd_for_dbuf()
62 if (pre_buf || post_buf) { in make_abd_for_dbuf()
64 if (pre_buf) in make_abd_for_dbuf()
65 abd_gang_add(mbuf, pre_buf, B_TRUE); in make_abd_for_dbuf()