Searched refs:b_compress (Results 1 – 1 of 1) sorted by relevance
800 uint8_t b_compress; member2207 hdr->b_l2hdr.b_compress = compress; in arc_buf_alloc_l2only()2398 if (hdr->b_l2hdr.b_compress == ZIO_COMPRESS_OFF) { in arc_buf_l2_cdata_free()2407 if (hdr->b_l2hdr.b_compress == ZIO_COMPRESS_EMPTY) { in arc_buf_l2_cdata_free()2412 ASSERT(L2ARC_IS_VALID_COMPRESS(hdr->b_l2hdr.b_compress)); in arc_buf_l2_cdata_free()4480 enum zio_compress b_compress = ZIO_COMPRESS_OFF; in arc_read() local4574 b_compress = hdr->b_l2hdr.b_compress; in arc_read()4627 cb->l2rcb_compress = b_compress; in arc_read()4639 if (b_compress == ZIO_COMPRESS_EMPTY) { in arc_read()6514 hdr->b_l2hdr.b_compress = ZIO_COMPRESS_OFF; in l2arc_write_buffers()[all …]