Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c335 return (KEEPON); in pass3acheck()
340 return (KEEPON); in pass3acheck()
386 return (KEEPON | ALTERED); in pass3acheck()
395 return (ret|KEEPON); in pass3acheck()
396 return (ret|KEEPON|ALTERED); in pass3acheck()
H A Dinode.c229 return (KEEPON); in ckinode()
378 return (KEEPON); in ckinode_common()
442 n = KEEPON; in iblock()
447 if (((n = (*func)(idesc)) & KEEPON) == 0) in iblock()
596 return ((n & ~KEEPON) | STOP); in iblock()
602 return (KEEPON); in iblock()
1000 return (KEEPON); in findname()
1015 return (KEEPON); in findino()
1021 return (KEEPON); in findino()
1046 return (KEEPON); in clearanentry()
[all …]
H A Dpass2.c709 return (ret|KEEPON); in pass2check()
712 return (ret|KEEPON); in pass2check()
724 return (KEEPON | ret); in pass2check()
734 return (KEEPON | ret); in pass2check()
960 return (KEEPON | ALTERED); in pass2check()
1039 return (KEEPON | ALTERED); in pass2check()
1060 return (ret|KEEPON); in pass2check()
1076 return (ret|KEEPON|ALTERED); in pass2check()
H A Dpass4.c161 int res = KEEPON; in pass4check()
173 return (KEEPON); in pass4check()
H A Dpass1b.c75 int res = KEEPON; in pass1bcheck()
H A Dpass3b.c143 if ((ckinode(dp, &curino, CKI_TRAVERSE) & KEEPON) == 0 || in pass3b()
262 return (KEEPON); in pass3bcheck()
H A Ddir.c153 return (idesc->id_filesize > 0 ? KEEPON : STOP); in dirscan()
485 return (KEEPON); in mkentry()
507 return (KEEPON); in chgino()
H A Dfsck.h380 #define KEEPON 0x04 macro
H A Dpass1.c625 int res = KEEPON; in pass1check()
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h234 #define KEEPON 0x04 macro