Searched refs:dnode_cache_buf (Results 1 – 1 of 1) sorted by relevance
143 static char *dnode_cache_buf; variable171 dnode_cache_buf = malloc(SPA_MAXBLOCKSIZE); in zfs_init()2508 memset(dnode_cache_buf, 0, bsize); in dnode_read()2511 rc = zio_read(spa, &bp, dnode_cache_buf); in dnode_read()2514 indbp = (const blkptr_t *) dnode_cache_buf; in dnode_read()2526 memcpy(buf, &dnode_cache_buf[boff], i); in dnode_read()