Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzap_impl.h130 uint64_t zap_freeblk; /* the next free block */ member
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzap.c94 zp->zap_freeblk = 2; /* block 1 will be the first leaf */ in fzap_upgrade()
381 uint64_t newblk = zap_f_phys(zap)->zap_freeblk; in zap_allocate_blocks()
382 zap_f_phys(zap)->zap_freeblk += nblocks; in zap_allocate_blocks()
1284 zs->zs_num_blocks = zap_f_phys(zap)->zap_freeblk; in fzap_get_stats()
/freebsd-11-stable/sys/cddl/boot/zfs/
HDzfsimpl.h1295 uint64_t zap_freeblk; /* the next free block */ member