Searched refs:DNODES_PER_CHUNK (Results 1 – 1 of 1) sorted by relevance
39 #define DNODES_PER_CHUNK (MAXBLOCKSIZE / sizeof(dnode_phys_t)) macro42 dnode_phys_t buf[DNODES_PER_CHUNK];126 assert(chunk->nextfree <= DNODES_PER_CHUNK); in _objset_write()204 if (chunk->nextfree == DNODES_PER_CHUNK) { in objset_dnode_bonus_alloc()234 if (id < DNODES_PER_CHUNK) in objset_dnode_lookup()236 id -= DNODES_PER_CHUNK; in objset_dnode_lookup()