Symbol: l2arc_log_blk_phys_t
usr/src/cmd/zdb/zdb.c
2749
l2arc_log_blk_phys_t this_lb;
usr/src/uts/common/fs/zfs/arc.c
2709
l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb,
usr/src/uts/common/fs/zfs/arc.c
2712
const l2arc_log_blkptr_t *lp, l2arc_log_blk_phys_t *lb);
usr/src/uts/common/fs/zfs/arc.c
2717
const l2arc_log_blk_phys_t *lb, uint64_t lb_asize);
usr/src/uts/common/fs/zfs/arc.c
8166
sizeof (l2arc_log_blk_phys_t)) * log_blocks);
usr/src/uts/common/fs/zfs/arc.c
9207
l2arc_log_blk_phys_t *this_lb, *next_lb;
usr/src/uts/common/fs/zfs/arc.c
9496
l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb,
usr/src/uts/common/fs/zfs/arc.c
9598
l2arc_log_blk_restore(l2arc_dev_t *dev, const l2arc_log_blk_phys_t *lb,
usr/src/uts/common/fs/zfs/arc.c
9733
l2arc_log_blk_phys_t *lb)
usr/src/uts/common/fs/zfs/arc.c
9741
ASSERT(asize <= sizeof (l2arc_log_blk_phys_t));
usr/src/uts/common/fs/zfs/arc.c
9816
l2arc_log_blk_phys_t *lb = &dev->l2ad_log_blk;
usr/src/uts/common/fs/zfs/arc.c
9969
asize > 0 && asize <= sizeof (l2arc_log_blk_phys_t) &&
usr/src/uts/common/fs/zfs/arc.c
9982
l2arc_log_blk_phys_t *lb = &dev->l2ad_log_blk;
usr/src/uts/common/fs/zfs/sys/arc_impl.h
300
CTASSERT(IS_P2ALIGNED(sizeof (l2arc_log_blk_phys_t),
usr/src/uts/common/fs/zfs/sys/arc_impl.h
302
CTASSERT(sizeof (l2arc_log_blk_phys_t) >= SPA_MINBLOCKSIZE);
usr/src/uts/common/fs/zfs/sys/arc_impl.h
303
CTASSERT(sizeof (l2arc_log_blk_phys_t) <= SPA_MAXBLOCKSIZE);
usr/src/uts/common/fs/zfs/sys/arc_impl.h
377
l2arc_log_blk_phys_t l2ad_log_blk; /* currently open log block */