Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h208 uint64_t lbp_prop; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c8312 L2BLK_GET_PSIZE((lb_ptr_buf->lb_ptr)->lbp_prop); in l2arc_write_done()
8786 (lb_ptr_buf->lb_ptr)->lbp_prop); in l2arc_evict()
10127 asize = L2BLK_GET_PSIZE((this_lbp)->lbp_prop); in l2arc_log_blk_read()
10140 switch (L2BLK_GET_COMPRESS((this_lbp)->lbp_prop)) { in l2arc_log_blk_read()
10147 L2BLK_GET_COMPRESS((this_lbp)->lbp_prop), in l2arc_log_blk_read()
10323 asize = L2BLK_GET_PSIZE((lbp)->lbp_prop); in l2arc_log_blk_fetch()
10451 (&l2dhdr->dh_start_lbps[0])->lbp_prop, asize); in l2arc_log_blk_commit()
10453 (&l2dhdr->dh_start_lbps[0])->lbp_prop, in l2arc_log_blk_commit()
10459 (&l2dhdr->dh_start_lbps[0])->lbp_prop, in l2arc_log_blk_commit()
10465 (&l2dhdr->dh_start_lbps[0])->lbp_prop, in l2arc_log_blk_commit()
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c4225 (u_longlong_t)L2BLK_GET_LSIZE((&lbps)->lbp_prop)); in dump_l2arc_log_blkptr()
4227 (u_longlong_t)L2BLK_GET_PSIZE((&lbps)->lbp_prop)); in dump_l2arc_log_blkptr()
4229 (u_longlong_t)L2BLK_GET_COMPRESS((&lbps)->lbp_prop)); in dump_l2arc_log_blkptr()
4231 (u_longlong_t)L2BLK_GET_CHECKSUM((&lbps)->lbp_prop)); in dump_l2arc_log_blkptr()
4264 L2BLK_GET_PSIZE((&lbps[0])->lbp_prop); in dump_l2arc_log_blocks()
4274 asize = L2BLK_GET_PSIZE((&lbps[0])->lbp_prop); in dump_l2arc_log_blocks()
4293 switch (L2BLK_GET_COMPRESS((&lbps[0])->lbp_prop)) { in dump_l2arc_log_blocks()
4300 (&lbps[0])->lbp_prop), abd, &this_lb, in dump_l2arc_log_blocks()