Searched refs:markInUse (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | clusters.c | 534 (void) markInUse(fd, clusterNum, dp, NULL, 0, VISIBLE, NULL); in markOrphan() 657 (void) markInUse(fd, c, &BlankPCDIR, NULL, 0, VISIBLE, in summarizeFAT() 762 (void) markInUse(fd, c, ndp, NULL, 0, VISIBLE, &tmpl); in orphanChain() 1093 (void) markInUse(fd, c, ndp, NULL, 0, VISIBLE, NULL); in redoInUse() 1392 markInUse(int fd, int32_t clusterNum, struct pcdir *referencer, struct in markInUse() function
|
H A D | fsck_pcfs.h | 224 extern int markInUse(int fd, int32_t clusterNum, struct pcdir *referencer,
|
H A D | dir.c | 257 if ((markInUse(fd, chain, dp, lp, longEntryStartCluster, in noteUsage()
|