Searched refs:dnode_cache_buf (Results 1 – 1 of 1) sorted by relevance
146 static char *dnode_cache_buf; variable173 dnode_cache_buf = malloc(SPA_MAXBLOCKSIZE); in zfs_init()2374 memset(dnode_cache_buf, 0, bsize); in dnode_read()2377 rc = zio_read(spa, &bp, dnode_cache_buf); in dnode_read()2380 indbp = (const blkptr_t *) dnode_cache_buf; in dnode_read()2392 memcpy(buf, &dnode_cache_buf[boff], i); in dnode_read()