Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Darc.c1085 #define L2ARC_LOG_BLK_ENTRIES /* 1023 entries */ \ macro
1093 (SPA_MAXBLOCKSIZE * L2ARC_LOG_BLK_ENTRIES)
1114 l2arc_log_ent_phys_t lb_entries[L2ARC_LOG_BLK_ENTRIES];
6172 return ((write_sz / SPA_MINBLOCKSIZE / L2ARC_LOG_BLK_ENTRIES) + 1) * in l2arc_log_blk_overhead()
7518 for (int i = L2ARC_LOG_BLK_ENTRIES - 1; i >= 0; i--) { in l2arc_log_blk_restore()
7553 ARCSTAT_INCR(arcstat_l2_rebuild_bufs, L2ARC_LOG_BLK_ENTRIES); in l2arc_log_blk_restore()
7693 VERIFY(dev->l2ad_log_ent_idx == L2ARC_LOG_BLK_ENTRIES); in l2arc_log_blk_commit()
7806 ASSERT(index < L2ARC_LOG_BLK_ENTRIES); in l2arc_log_blk_insert()
7825 return (dev->l2ad_log_ent_idx == L2ARC_LOG_BLK_ENTRIES); in l2arc_log_blk_insert()