Home
last modified time | relevance | path

Searched refs:dnode_cache_obj (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c139 static const dnode_phys_t *dnode_cache_obj; variable
2384 if (dnode == dnode_cache_obj && bn == dnode_cache_bn) in dnode_read()
2406 dnode_cache_obj = dnode; in dnode_read()
H A Dzfs.c126 dnode_cache_obj = NULL; in zfs_close()