Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c39 uint64_t L2_dnode_count = DNODES_PER_BLOCK << in dmu_object_alloc()
64 &offset, 2, DNODES_PER_BLOCK >> 2, 0); in dmu_object_alloc()
169 (hole ? DNODE_FIND_HOLE : 0), &offset, 0, DNODES_PER_BLOCK, txg); in dmu_object_next()
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddnode.h50 #define DNODES_PER_BLOCK (1ULL << DNODES_PER_BLOCK_SHIFT) macro
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h90 #define DNODES_PER_BLOCK (1ULL << DNODES_PER_BLOCK_SHIFT) macro
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c1869 doi.doi_data_block_size / (object == 0 ? DNODES_PER_BLOCK : 1) / in dump_object()
1925 blkfill = DNODES_PER_BLOCK; in dump_object()