Searched defs:dpa_dnode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c2314 dnode_t *dpa_dnode; /* The dnode associated with the prefetch */ member in struct:dbuf_prefetch_arg
2354 * The dpa_dnode is only valid if we are called with a NULL
2357 * a physical read is made the dpa_dnode must be invalidated
2359 * dpa_dnode is still valid, then we want to add it to the dbuf
2373 dpa->dpa_dnode = NULL;
2374 } else if (dpa->dpa_dnode != NULL) {
2378 dmu_buf_impl_t *db = dbuf_hold_level(dpa->dpa_dnode,
2506 dpa->dpa_dnode = dn;

Completed in 68 milliseconds