Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap.c123 zp->zap_freeblk = 2; /* block 1 will be the first leaf */ in fzap_upgrade()
410 uint64_t newblk = zap_f_phys(zap)->zap_freeblk; in zap_allocate_blocks()
411 zap_f_phys(zap)->zap_freeblk += nblocks; in zap_allocate_blocks()
1230 zc->zc_prefetch && zap_f_phys(zap)->zap_freeblk > 2) { in fzap_cursor_retrieve()
1232 zap_f_phys(zap)->zap_freeblk << FZAP_BLOCK_SHIFT(zap), in fzap_cursor_retrieve()
1338 zs->zs_num_blocks = zap_f_phys(zap)->zap_freeblk; in fzap_get_stats()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap_impl.h129 uint64_t zap_freeblk; /* the next free block */ member