Searched refs:l2arc_log_blk_phys_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | arc_impl.h | 295 } l2arc_log_blk_phys_t; /* 64K total */ typedef 300 CTASSERT(IS_P2ALIGNED(sizeof (l2arc_log_blk_phys_t), 302 CTASSERT(sizeof (l2arc_log_blk_phys_t) >= SPA_MINBLOCKSIZE); 303 CTASSERT(sizeof (l2arc_log_blk_phys_t) <= SPA_MAXBLOCKSIZE); 377 l2arc_log_blk_phys_t l2ad_log_blk; /* currently open log block */
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 2709 l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb, 2712 const l2arc_log_blkptr_t *lp, l2arc_log_blk_phys_t *lb); 2717 const l2arc_log_blk_phys_t *lb, uint64_t lb_asize); 8166 sizeof (l2arc_log_blk_phys_t)) * log_blocks); in l2arc_log_blk_overhead() 9207 l2arc_log_blk_phys_t *this_lb, *next_lb; in l2arc_rebuild() 9496 l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb, in l2arc_log_blk_read() 9598 l2arc_log_blk_restore(l2arc_dev_t *dev, const l2arc_log_blk_phys_t *lb, in l2arc_log_blk_restore() 9733 l2arc_log_blk_phys_t *lb) in l2arc_log_blk_fetch() 9741 ASSERT(asize <= sizeof (l2arc_log_blk_phys_t)); in l2arc_log_blk_fetch() 9816 l2arc_log_blk_phys_t *lb = &dev->l2ad_log_blk; in l2arc_log_blk_commit() [all …]
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 2749 l2arc_log_blk_phys_t this_lb; in dump_l2arc_log_blocks()
|