Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c112 #define DCHASH(vp) (((uintptr_t)(vp) >> DCSHFT) & (DCTABLESIZE - 1)) macro
114 #define DCHASH(vp) (((uintptr_t)(vp) >> DCSHFT) % DTABLESIZEC) macro
1029 int idx = DCHASH(newdp->dc_subvp); in dcinsert()
1042 int idx = DCHASH(deldp->dc_subvp); in dcdelete()
1070 for (dp = dctable[DCHASH(vp)]; dp != NULL; dp = dp->dc_hash) in dcfind()