Searched refs:minlvl (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/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 | 2518 int minlvl, uint64_t blkfill, uint64_t txg) in dnode_next_offset() argument 2544 for (lvl = minlvl; lvl <= maxlvl; lvl++) { in dnode_next_offset() 2551 while (error == 0 && --lvl >= minlvl) { 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 D | dnode.h | 450 int minlvl, uint64_t blkfill, uint64_t txg);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 3471 int minlvl = 1; in dump_object() local 3474 minlvl = 0; in dump_object() 3483 0, &start, minlvl, blkfill, 0); in dump_object() 3488 DNODE_FIND_HOLE, &end, minlvl, blkfill, 0); in dump_object()
|