Searched refs:b_pabd (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Darc.c146 * also in the arc_buf_hdr_t's private physical data block pointer (b_pabd).
149 * ability to store the physical data (b_pabd) associated with the DVA of the
150 * arc_buf_hdr_t. Since the b_pabd is a copy of the on-disk physical block,
153 * compressed ARC functionality is disabled, the b_pabd will point to an
192 * | b_pabd +-+ |b_next +---->+-----------+
209 * existing uncompressed arc_buf_t, decompresses the hdr's b_pabd buffer into a
210 * new data buffer, or shares the hdr's b_pabd buffer, depending on whether the
234 * | b_pabd +-+ |---------| |b_next +-->NULL
248 * Writing to the ARC requires that the ARC first discard the hdr's b_pabd
253 * a newly allocated b_pabd
[all...]
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Darc_impl.h179 abd_t *b_pabd; member in struct:l1arc_buf_hdr
592 * Number of compressed bytes stored in the arc_buf_hdr_t's b_pabd.
598 * Uncompressed size of the data stored in b_pabd. If compressed

Completed in 115 milliseconds