Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c811 if (readCluster(fd, secondToLast, &(dirdata.bytes), &dirdatasize, in emergencyEndOfDirectory()
861 if (readCluster(fd, freeCluster, &(dirdata.bytes), in createNewEndOfDirectory()
1480 readCluster(int fd, int32_t clusterNum, uchar_t **data, int32_t *datasize, in readCluster() function
1527 if (readCluster(fd, clusterCount, in findBadClusters()
H A Dfsck_pcfs.h223 extern int readCluster(int fd, int32_t clusterNum, uchar_t **data,
H A Ddir.c646 if (readCluster(fd, startAt, &(dirdata.bytes), &dirdatasize, in traverseDir()