Searched refs:CKI_TRUNCATE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c290 if ((action == CKI_TRUNCATE) &&
352 if ((action == CKI_TRUNCATE) &&
563 if ((action == CKI_TRUNCATE) &&
580 if ((n & STOP) && (action != CKI_TRUNCATE)) {
1348 if (!islink && ckinode(dp, &idesc, CKI_TRUNCATE) & ALTERED)
H A Dfsck.h159 * CKI_TRUNCATE indicates that we're truncating the file, and that any
166 enum cki_action { CKI_TRAVERSE, CKI_TRUNCATE }; enumerator in enum:cki_action

Completed in 64 milliseconds