Searched refs:KEEPON (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c335 return (KEEPON);
340 return (KEEPON);
386 return (KEEPON | ALTERED);
395 return (ret|KEEPON);
396 return (ret|KEEPON|ALTERED);
H A Dpass1b.c75 int res = KEEPON;
H A Dpass4.c161 int res = KEEPON;
173 return (KEEPON);
H A Dinode.c75 * KEEPON, ALTERED, and FOUND. Their semantics are:
89 * KEEPON - no more blocks of this inode need to be scanned, but
93 * inode for KEEPON, whereas it ceases scanning through
229 return (KEEPON);
378 return (KEEPON);
442 n = KEEPON;
447 if (((n = (*func)(idesc)) & KEEPON) == 0)
596 return ((n & ~KEEPON) | STOP);
602 return (KEEPON);
1000 return (KEEPON);
[all...]
H A Dpass2.c709 return (ret|KEEPON);
712 return (ret|KEEPON);
724 return (KEEPON | ret);
734 return (KEEPON | ret);
960 return (KEEPON | ALTERED);
1039 return (KEEPON | ALTERED);
1060 return (ret|KEEPON);
1076 return (ret|KEEPON|ALTERED);
H A Dpass3b.c143 if ((ckinode(dp, &curino, CKI_TRAVERSE) & KEEPON) == 0 ||
262 return (KEEPON);
H A Ddir.c153 return (idesc->id_filesize > 0 ? KEEPON : STOP);
485 return (KEEPON);
507 return (KEEPON);
H A Dfsck.h380 #define KEEPON 0x04 macro
H A Dpass1.c625 int res = KEEPON;
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h234 #define KEEPON 0x04 macro

Completed in 77 milliseconds