Searched refs:zap_freeblk (Results 1 – 4 of 4) sorted by relevance
132 zp->zap_freeblk = 2; /* block 1 will be the first leaf */ in fzap_upgrade()412 uint64_t newblk = zap_f_phys(zap)->zap_freeblk; in zap_allocate_blocks()413 zap_f_phys(zap)->zap_freeblk += nblocks; in zap_allocate_blocks()1326 zc->zc_prefetch && zap_f_phys(zap)->zap_freeblk > 2) { in fzap_cursor_retrieve()1328 zap_f_phys(zap)->zap_freeblk << FZAP_BLOCK_SHIFT(zap), in fzap_cursor_retrieve()1438 zs->zs_num_blocks = zap_f_phys(zap)->zap_freeblk; in fzap_get_stats()1511 ASSERT3U(lastblk, <, zap_f_phys(zap)->zap_freeblk); in zap_trunc()1513 zap_f_phys(zap)->zap_freeblk = lastblk + 1; in zap_trunc()1685 if (sl_blkid == zap_f_phys(zap)->zap_freeblk - 1) in zap_shrink()
129 uint64_t zap_freeblk; /* the next free block */ member
414 zaphdr->zap_freeblk = lblkcnt + 1; in zap_fat_write()
1592 uint64_t zap_freeblk; /* the next free block */ member