Searched refs:dctable (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c122 struct dcnode *dctable[DCTABLESIZE]; variable in typeref:struct:dcnode
1030 newdp->dc_hash = dctable[idx];
1031 dctable[idx] = newdp;
1044 dp = dctable[idx];
1046 dctable[idx] = dp->dc_hash;
1060 * Find a shadow vnode in the dctable hash list.
1068 for (dp = dctable[DCHASH(vp)]; dp != NULL; dp = dp->dc_hash)

Completed in 46 milliseconds