Searched refs:minlvl (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_object.c | 141 int minlvl; in dmu_object_alloc_impl() local 149 minlvl = restarted ? 1 : 2; in dmu_object_alloc_impl() 152 DNODE_FIND_HOLE, &offset, minlvl, in dmu_object_alloc_impl()
|
H A D | dnode.c | 2695 int minlvl, uint64_t blkfill, uint64_t txg) in dnode_next_offset() argument 2721 for (lvl = minlvl; lvl <= maxlvl; lvl++) { in dnode_next_offset() 2728 while (error == 0 && --lvl >= minlvl) { 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 | 3990 int minlvl = 1; in dump_object() local 3993 minlvl = 0; in dump_object() 4003 0, &start, minlvl, blkfill, 0); in dump_object() 4008 DNODE_FIND_HOLE, &end, minlvl, blkfill, 0); in dump_object()
|