Searched refs:dnode_cache_buf (Results 1 – 1 of 1) sorted by relevance
141 static char *dnode_cache_buf; variable164 dnode_cache_buf = malloc(SPA_MAXBLOCKSIZE); in zfs_init()2399 memset(dnode_cache_buf, 0, bsize); in dnode_read()2402 rc = zio_read(spa, &bp, dnode_cache_buf); in dnode_read()2405 indbp = (const blkptr_t *) dnode_cache_buf; in dnode_read()2417 memcpy(buf, &dnode_cache_buf[boff], i); in dnode_read()