Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_impl.h97 uint64_t zap_freeblk; /* the next free block */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap.c124 zp->zap_freeblk = 2; /* block 1 will be the first leaf */ in fzap_upgrade()
411 uint64_t newblk = zap_f_phys(zap)->zap_freeblk; in zap_allocate_blocks()
412 zap_f_phys(zap)->zap_freeblk += nblocks; in zap_allocate_blocks()
1210 zc->zc_prefetch && zap_f_phys(zap)->zap_freeblk > 2) { in fzap_cursor_retrieve()
1212 zap_f_phys(zap)->zap_freeblk << FZAP_BLOCK_SHIFT(zap), in fzap_cursor_retrieve()
1312 zs->zs_num_blocks = zap_f_phys(zap)->zap_freeblk; in fzap_get_stats()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h130 uint64_t zap_freeblk; /* the next free block */ member
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1436 uint64_t zap_freeblk; /* the next free block */ member