Searched refs:blkfill (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_object.c | 140 uint64_t blkfill; in dmu_object_alloc_impl() local 148 blkfill = restarted ? 1 : DNODES_PER_BLOCK >> 2; in dmu_object_alloc_impl() 153 blkfill, 0); in dmu_object_alloc_impl()
|
H A D | dnode.c | 2541 int lvl, uint64_t blkfill, uint64_t txg) in dnode_next_offset_level() argument 2603 for (i = (*offset >> DNODE_SHIFT) & (blkfill - 1); in dnode_next_offset_level() 2604 i < blkfill; i += dnp[i].dn_extra_slots + 1) { in dnode_next_offset_level() 2609 if (i == blkfill) in dnode_next_offset_level() 2619 maxfill = blkfill << ((lvl - 1) * epbs); in dnode_next_offset_level() 2695 int minlvl, uint64_t blkfill, uint64_t txg) in dnode_next_offset() argument 2723 flags, offset, lvl, blkfill, txg); in dnode_next_offset() 2730 flags, offset, lvl, blkfill, txg); in dnode_next_offset() 2738 minlvl == 1 && blkfill == 1 && !(flags & DNODE_FIND_BACKWARDS)) { in dnode_next_offset()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dnode.h | 463 int minlvl, uint64_t blkfill, uint64_t txg);
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 3989 uint64_t blkfill = 1; in dump_object() local 3994 blkfill = DNODES_PER_BLOCK; in dump_object() 4003 0, &start, minlvl, blkfill, 0); in dump_object() 4008 DNODE_FIND_HOLE, &end, minlvl, blkfill, 0); in dump_object()
|