Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c122 struct dcnode *dctable[DCTABLESIZE]; variable
1030 newdp->dc_hash = dctable[idx]; in dcinsert()
1031 dctable[idx] = newdp; in dcinsert()
1044 dp = dctable[idx]; in dcdelete()
1046 dctable[idx] = dp->dc_hash; in dcdelete()
1068 for (dp = dctable[DCHASH(vp)]; dp != NULL; dp = dp->dc_hash) in dcfind()