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 Dfsck_pcfs.h218 extern int readCluster(int fd, int32_t clusterNum, uchar_t **data,
H A Dclusters.c800 if (readCluster(fd, secondToLast, &(dirdata.bytes), &dirdatasize, in emergencyEndOfDirectory()
850 if (readCluster(fd, freeCluster, &(dirdata.bytes), in createNewEndOfDirectory()
1469 readCluster(int fd, int32_t clusterNum, uchar_t **data, int32_t *datasize, in readCluster() function
1516 if (readCluster(fd, clusterCount, in findBadClusters()
H A Ddir.c646 if (readCluster(fd, startAt, &(dirdata.bytes), &dirdatasize, in traverseDir()