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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c758 c = nextInChain(c);
763 c = nextInChain(c);
907 follow = nextInChain(follow);
951 if ((follow = nextInChain(follow)) != 0)
1015 updateDirEnt_Start(ndp, nextInChain(endCluster));
1047 *orphanStart = nextInChain(problemCluster);
1077 n = nextInChain(c);
1094 c = nextInChain(c);
1204 while (n = nextInChain(n))
1237 follow = nextInChain(clusterNu
1315 nextInChain(int32_t currentCluster) function
[all...]

Completed in 48 milliseconds