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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c131 * also in the arc_buf_hdr_t's private physical data block pointer (b_pabd).
134 * ability to store the physical data (b_pabd) associated with the DVA of the
135 * arc_buf_hdr_t. Since the b_pabd is a copy of the on-disk physical block,
138 * compressed ARC functionality is disabled, the b_pabd will point to an
177 * | b_pabd +-+ |b_next +---->+-----------+
194 * existing uncompressed arc_buf_t, decompresses the hdr's b_pabd buffer into a
195 * new data buffer, or shares the hdr's b_pabd buffer, depending on whether the
219 * | b_pabd +-+ |---------| |b_next +-->NULL
233 * Writing to the ARC requires that the ARC first discard the hdr's b_pabd
238 * a newly allocated b_pabd
1088 abd_t *b_pabd; member in struct:l1arc_buf_hdr
[all...]

Completed in 92 milliseconds