Searched refs:markInUse (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
| H A D | clusters.c | 544 (void) markInUse(fd, clusterNum, dp, NULL, 0, VISIBLE, NULL); in markOrphan() 667 (void) markInUse(fd, c, &BlankPCDIR, NULL, 0, VISIBLE, in summarizeFAT() 772 (void) markInUse(fd, c, ndp, NULL, 0, VISIBLE, &tmpl); in orphanChain() 1103 (void) markInUse(fd, c, ndp, NULL, 0, VISIBLE, NULL); in redoInUse() 1402 markInUse(int fd, int32_t clusterNum, struct pcdir *referencer, struct in markInUse() function
|
| H A D | fsck_pcfs.h | 227 extern int markInUse(int fd, int32_t clusterNum, struct pcdir *referencer,
|
| H A D | dir.c | 255 if ((markInUse(fd, chain, dp, lp, longEntryStartCluster, in noteUsage()
|