Home
last modified time | relevance | path

Searched refs:PCFS_FIND_CHKS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c410 } else if (operation == PCFS_FIND_CHKS && hasCHKName(dp)) { in searchChecks()
695 traverseFromRoot(fd, 0, PCFS_NO_SUBDIRS, PCFS_FIND_CHKS, in createCHKNameList()
701 0, PCFS_NO_SUBDIRS, PCFS_FIND_CHKS, ignore, in createCHKNameList()
H A Dfsck_pcfs.h141 #define PCFS_FIND_CHKS 4 /* find FILENNNN.CHK files */ macro