Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_object.c140 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 Ddnode.c2365 int lvl, uint64_t blkfill, uint64_t txg) in dnode_next_offset_level() argument
2427 for (i = (*offset >> DNODE_SHIFT) & (blkfill - 1); in dnode_next_offset_level()
2428 i < blkfill; i += dnp[i].dn_extra_slots + 1) { in dnode_next_offset_level()
2433 if (i == blkfill) in dnode_next_offset_level()
2443 maxfill = blkfill << ((lvl - 1) * epbs); in dnode_next_offset_level()
2518 int minlvl, uint64_t blkfill, uint64_t txg) in dnode_next_offset() argument
2546 flags, offset, lvl, blkfill, txg); in dnode_next_offset()
2553 flags, offset, lvl, blkfill, txg); in dnode_next_offset()
2561 minlvl == 1 && blkfill == 1 && !(flags & DNODE_FIND_BACKWARDS)) { in dnode_next_offset()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddnode.h450 int minlvl, uint64_t blkfill, uint64_t txg);
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c3470 uint64_t blkfill = 1; in dump_object() local
3475 blkfill = DNODES_PER_BLOCK; in dump_object()
3483 0, &start, minlvl, blkfill, 0); in dump_object()
3488 DNODE_FIND_HOLE, &end, minlvl, blkfill, 0); in dump_object()