Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h313 } l2arc_log_blk_phys_t; /* 64K total */ typedef
319 _Static_assert(IS_P2ALIGNED(sizeof (l2arc_log_blk_phys_t),
321 _Static_assert(sizeof (l2arc_log_blk_phys_t) >= SPA_MINBLOCKSIZE,
323 _Static_assert(sizeof (l2arc_log_blk_phys_t) <= SPA_MAXBLOCKSIZE,
398 l2arc_log_blk_phys_t l2ad_log_blk; /* currently open log block */
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c994 l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb,
997 const l2arc_log_blkptr_t *lp, l2arc_log_blk_phys_t *lb);
1002 const l2arc_log_blk_phys_t *lb, uint64_t lb_asize);
9101 sizeof (l2arc_log_blk_phys_t)) * log_blocks); in l2arc_log_blk_overhead()
9570 sizeof (l2arc_log_blk_phys_t) > target_sz) { in l2arc_write_buffers()
10322 l2arc_log_blk_phys_t *this_lb, *next_lb; in l2arc_rebuild()
10614 l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb, in l2arc_log_blk_read()
10722 l2arc_log_blk_restore(l2arc_dev_t *dev, const l2arc_log_blk_phys_t *lb, in l2arc_log_blk_restore()
10858 l2arc_log_blk_phys_t *lb) in l2arc_log_blk_fetch()
10866 ASSERT(asize <= sizeof (l2arc_log_blk_phys_t)); in l2arc_log_blk_fetch()
[all …]
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4820 l2arc_log_blk_phys_t this_lb; in dump_l2arc_log_blocks()