Searched refs:readCluster (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | fsck_pcfs.h | 220 extern int readCluster(int fd, int32_t clusterNum, uchar_t **data,
|
H A D | clusters.c | 801 if (readCluster(fd, secondToLast, &(dirdata.bytes), &dirdatasize, in emergencyEndOfDirectory() 851 if (readCluster(fd, freeCluster, &(dirdata.bytes), in createNewEndOfDirectory() 1470 readCluster(int fd, int32_t clusterNum, uchar_t **data, int32_t *datasize, in readCluster() function 1517 if (readCluster(fd, clusterCount, in findBadClusters()
|
H A D | dir.c | 648 if (readCluster(fd, startAt, &(dirdata.bytes), &dirdatasize, in traverseDir()
|