Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc_impl.h206 uint64_t lbp_prop; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c7809 L2BLK_GET_PSIZE((lb_ptr_buf->lb_ptr)->lbp_prop); in l2arc_write_done()
8247 (lb_ptr_buf->lb_ptr)->lbp_prop); in l2arc_evict()
9232 L2BLK_GET_PSIZE((&l2dhdr->dh_start_lbps[0])->lbp_prop), in l2arc_rebuild()
9280 uint64_t asize = L2BLK_GET_PSIZE((&lbps[0])->lbp_prop); in l2arc_rebuild()
9544 asize = L2BLK_GET_PSIZE((this_lbp)->lbp_prop); in l2arc_log_blk_read()
9557 switch (L2BLK_GET_COMPRESS((this_lbp)->lbp_prop)) { in l2arc_log_blk_read()
9564 L2BLK_GET_COMPRESS((this_lbp)->lbp_prop), in l2arc_log_blk_read()
9740 asize = L2BLK_GET_PSIZE((lbp)->lbp_prop); in l2arc_log_blk_fetch()
9864 (&l2dhdr->dh_start_lbps[0])->lbp_prop, sizeof (*lb)); in l2arc_log_blk_commit()
9866 (&l2dhdr->dh_start_lbps[0])->lbp_prop, asize); in l2arc_log_blk_commit()
[all …]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2735 (u_longlong_t)L2BLK_GET_LSIZE((&lbps)->lbp_prop)); in dump_l2arc_log_blkptr()
2737 (u_longlong_t)L2BLK_GET_PSIZE((&lbps)->lbp_prop)); in dump_l2arc_log_blkptr()
2739 (u_longlong_t)L2BLK_GET_COMPRESS((&lbps)->lbp_prop)); in dump_l2arc_log_blkptr()
2741 (u_longlong_t)L2BLK_GET_CHECKSUM((&lbps)->lbp_prop)); in dump_l2arc_log_blkptr()
2774 L2BLK_GET_PSIZE((&lbps[0])->lbp_prop); in dump_l2arc_log_blocks()
2784 asize = L2BLK_GET_PSIZE((&lbps[0])->lbp_prop); in dump_l2arc_log_blocks()
2804 switch (L2BLK_GET_COMPRESS((&lbps[0])->lbp_prop)) { in dump_l2arc_log_blocks()
2811 (&lbps[0])->lbp_prop), abd, &this_lb, in dump_l2arc_log_blocks()