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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c220 statemap[orphan] = DFOUND;
345 case DFOUND:
348 * Accept DSTATE and DFOUND so we can handle normal
H A Dpass2.c120 statemap[UFSROOTINO] = DFOUND;
210 * Make sure we mark attrdirs as DFOUND, since they won't
222 DFOUND;
247 if (statemap[inp->i_parent] == DFOUND &&
249 statemap[inp->i_number] = DFOUND |
826 if (statemap[idesc->id_number] == DFOUND) {
827 statemap[dirp->d_ino] = DFOUND;
831 case DFOUND:
H A Dpass4.c96 case DFOUND:
H A Ddir.c88 if (statemap[inp->i_parent] == DFOUND &&
91 statemap[inp->i_number] = DFOUND | inorphan;
604 if (statemap[lfdir] != DFOUND) {
1227 * looked at (statemap[ino] == DFOUND), the discrepancy
1232 * DFOUND. If it has zero links, it can't be gotten to, so
1234 * DFOUND was discussed above.
H A Dfsck.h77 #define DFOUND (DSTATE | INFOUND) macro
90 * DVALID === (state == DSTATE || state == DZLINK || state == DFOUND)
H A Dpass5.c203 case DFOUND:
H A Dinode.c1100 case DFOUND:
/illumos-gate/usr/src/uts/common/sys/
H A Ddnlc.h259 DFOUND, /* entry found */ enumerator in enum:__anon7235
321 * in "handlep". Returns DFOUND, DNOENT, DNOCACHE.
328 * Returns DFOUND, DNOENT, DNOCACHE.
335 * Returns DFOUND, DNOENT, DNOCACHE.
344 * Returns DFOUND, DNOENT, DNOCACHE.
351 * a directory cache with the given handle. Returns DFOUND, DNOENT, DNOCACHE.
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h65 #define DFOUND 04 /* directory found during descent */ macro
/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c1178 return (DFOUND);
1639 return (DFOUND);
1705 return (DFOUND);
1764 return (DFOUND);
1810 return (DFOUND);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c242 case DFOUND:
271 == DFOUND) && (handle == handle2)) {
1059 case DFOUND:
1145 case DFOUND:

Completed in 86 milliseconds