Searched refs:secondToLast (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c796 emergencyEndOfDirectory(int fd, int32_t secondToLast) argument
801 if (readCluster(fd, secondToLast, &(dirdata.bytes), &dirdatasize,
805 secondToLast);
815 markClusterModified(secondToLast);
819 makeNewEndOfDirectory(struct pcdir *entry, int32_t secondToLast, argument
828 * scenario, the secondToLast argument is not a valid cluster
831 * the second scenario, the secondToLast cluster we received
835 if (secondToLast == 0) {
838 writeFATEntry(secondToLast, newCluster);
844 createNewEndOfDirectory(int fd, struct pcdir *entry, int32_t secondToLast) argument
[all...]

Completed in 60 milliseconds