Lines Matching refs:le_prop
10754 size += L2BLK_GET_LSIZE((&lb->lb_entries[i])->le_prop); in l2arc_log_blk_restore()
10756 L2BLK_GET_PSIZE((&lb->lb_entries[i])->le_prop)); in l2arc_log_blk_restore()
10782 arc_buf_contents_t type = L2BLK_GET_TYPE((le)->le_prop); in l2arc_hdr_restore()
10784 L2BLK_GET_PSIZE((le)->le_prop)); in l2arc_hdr_restore()
10791 hdr = arc_buf_alloc_l2only(L2BLK_GET_LSIZE((le)->le_prop), type, in l2arc_hdr_restore()
10793 L2BLK_GET_PSIZE((le)->le_prop), asize, le->le_birth, in l2arc_hdr_restore()
10794 L2BLK_GET_COMPRESS((le)->le_prop), le->le_complevel, in l2arc_hdr_restore()
10795 L2BLK_GET_PROTECTED((le)->le_prop), in l2arc_hdr_restore()
10796 L2BLK_GET_PREFETCH((le)->le_prop), in l2arc_hdr_restore()
10797 L2BLK_GET_STATE((le)->le_prop)); in l2arc_hdr_restore()
10826 L2BLK_GET_STATE((le)->le_prop); in l2arc_hdr_restore()
11127 L2BLK_SET_LSIZE((le)->le_prop, HDR_GET_LSIZE(hdr)); in l2arc_log_blk_insert()
11128 L2BLK_SET_PSIZE((le)->le_prop, HDR_GET_PSIZE(hdr)); in l2arc_log_blk_insert()
11129 L2BLK_SET_COMPRESS((le)->le_prop, HDR_GET_COMPRESS(hdr)); in l2arc_log_blk_insert()
11131 L2BLK_SET_TYPE((le)->le_prop, hdr->b_type); in l2arc_log_blk_insert()
11132 L2BLK_SET_PROTECTED((le)->le_prop, !!(HDR_PROTECTED(hdr))); in l2arc_log_blk_insert()
11133 L2BLK_SET_PREFETCH((le)->le_prop, !!(HDR_PREFETCH(hdr))); in l2arc_log_blk_insert()
11134 L2BLK_SET_STATE((le)->le_prop, hdr->b_l2hdr.b_arcs_state); in l2arc_log_blk_insert()