Searched refs:DNODES_PER_BLOCK (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_object.c | 53 uint64_t L1_dnode_count = DNODES_PER_BLOCK << in dmu_object_alloc_impl() 79 if (dnodes_per_chunk < DNODES_PER_BLOCK) in dmu_object_alloc_impl() 80 dnodes_per_chunk = DNODES_PER_BLOCK; in dmu_object_alloc_impl() 149 blkfill = restarted ? 1 : DNODES_PER_BLOCK >> 2; in dmu_object_alloc_impl() 219 object = P2ROUNDUP(object + 1, DNODES_PER_BLOCK); in dmu_object_alloc_impl() 403 uint64_t last_obj = *objectp | (DNODES_PER_BLOCK - 1); in dmu_object_next() 445 (hole ? DNODE_FIND_HOLE : 0), &offset, 0, DNODES_PER_BLOCK, txg); in dmu_object_next()
|
H A D | dnode.c | 1190 ASSERT3S(idx + slots, <=, DNODES_PER_BLOCK); in dnode_slots_hold() 1201 ASSERT3S(idx + slots, <=, DNODES_PER_BLOCK); in dnode_slots_rele() 1216 ASSERT3S(idx + slots, <=, DNODES_PER_BLOCK); in dnode_slots_tryenter() 1237 ASSERT3S(idx + slots, <=, DNODES_PER_BLOCK); in dnode_set_slots() 1248 ASSERT3S(idx + slots, <=, DNODES_PER_BLOCK); in dnode_check_slots_free() 1284 ASSERT3S(idx + slots, <=, DNODES_PER_BLOCK); in dnode_reclaim_slots() 1313 ASSERT3S(idx + slots, <=, DNODES_PER_BLOCK); in dnode_free_interior_slots() 1637 if (idx + slots - 1 >= DNODES_PER_BLOCK) { in dnode_hold_impl()
|
H A D | dmu_send.c | 653 uint64_t maxobj = DNODES_PER_BLOCK * in dump_freeobjects() 1333 r1_objequiv = r1->start_blkid * DNODES_PER_BLOCK; in send_range_start_compare() 1337 r2_objequiv = r2->start_blkid * DNODES_PER_BLOCK; in send_range_start_compare()
|
H A D | dmu_recv.c | 2669 if (drror->drr_numslots != DNODES_PER_BLOCK || in receive_object_range() 2670 P2PHASE(drror->drr_firstobj, DNODES_PER_BLOCK) != 0 || in receive_object_range()
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | objset.c | 128 for (i = 0; i < chunk->nextfree; i += DNODES_PER_BLOCK) { in _objset_write() 132 if (chunk->nextfree - i < DNODES_PER_BLOCK) in _objset_write() 133 fill = DNODES_PER_BLOCK - (chunk->nextfree - i); in _objset_write()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dnode.h | 112 #define DNODES_PER_BLOCK (1ULL << DNODES_PER_BLOCK_SHIFT) macro
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1043 #define DNODES_PER_BLOCK (1ULL << DNODES_PER_BLOCK_SHIFT) macro
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 3903 DNODES_PER_BLOCK : 1) / doi.doi_max_offset); in dump_object() 3997 blkfill = DNODES_PER_BLOCK; in dump_object()
|