Searched refs:readCluster (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
| H A D | clusters.c | 811 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 D | fsck_pcfs.h | 223 extern int readCluster(int fd, int32_t clusterNum, uchar_t **data,
|
| H A D | dir.c | 646 if (readCluster(fd, startAt, &(dirdata.bytes), &dirdatasize, in traverseDir()
|