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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c245 noteUsage(int fd, int32_t startAt, struct pcdir *dp, struct pcdir *lp, argument
250 int32_t chain = startAt;
284 if (sanityCheckSize(fd, dp, count, isDir, startAt,
292 truncChainWithBadCluster(fd, orphanEntry, startAt);
617 * startAt
638 traverseDir(int fd, int32_t startAt, int depth, int descend, int operation, argument
645 if (startAt < FIRST_CLUSTER || startAt > LastCluster)
648 if (readCluster(fd, startAt, &(dirdata.bytes), &dirdatasize,
659 "allocation unit %d.\n"), startAt);
[all...]
H A Dfsck_pcfs.h208 extern void traverseDir(int fd, int32_t startAt, int depth, int descend,
H A Dclusters.c768 findAFreeCluster(int32_t startAt) argument
770 int32_t look = startAt;
780 if (look == startAt)
783 if (look != startAt)

Completed in 62 milliseconds