Lines Matching defs:fsck_flags
142 int fsck_flags;
456 node->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
517 node->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
653 node->fsck_flags |= FSCK_NODE_FLAG_OVERLAP;
731 node->fsck_flags |= FSCK_NODE_FLAG_OVERLAP;
3105 this->fsck_flags = 0;
3119 if (node->fsck_flags & FSCK_NODE_FLAG_STREAM_DIR)
3149 node->fsck_flags |= FSCK_NODE_FLAG_KEEP;
3215 node->fsck_flags |= FSCK_NODE_FLAG_HAS_STREAM_DIR;
3276 node->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
3278 node->fsck_flags |= FSCK_NODE_FLAG_DIRECTORY;
3281 if (!(node->fsck_flags & FSCK_NODE_FLAG_REPAIRDIR))
3285 node->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
3312 node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
3324 node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
3329 if (node->fsck_flags & FSCK_NODE_FLAG_STREAM_ENTRY) {
3344 node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
3365 node->parent->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
3387 if (node->fsck_flags & FSCK_NODE_FLAG_STREAM_DIR)
3388 leaf_node->fsck_flags |= FSCK_NODE_FLAG_STREAM_ENTRY;
3403 if (node->fsck_flags & FSCK_NODE_FLAG_STREAM) {
3408 node->fsck_flags |= FSCK_NODE_FLAG_WIPE_STREAM_DIR;
3418 node->fsck_flags |= FSCK_NODE_FLAG_WIPE_STREAM_DIR;
3425 leaf_node->fsck_flags |= FSCK_NODE_FLAG_STREAM_DIR;
3449 isdir = node->fsck_flags & FSCK_NODE_FLAG_DIRECTORY;
3465 if (node->fsck_flags & FSCK_NODE_FLAG_STREAM) {
3477 node->fsck_flags |= FSCK_NODE_FLAG_COPY_PARENT_ID |
3480 node->parent->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
3486 node->fsck_flags |= FSCK_NODE_FLAG_NEW_UNIQUE_ID;
3488 node->parent->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
3496 node->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
3501 if (node->fsck_flags & FSCK_NODE_FLAG_HAS_STREAM_DIR)
3506 node->fsck_flags |= FSCK_NODE_FLAG_PAR_NOT_FOUND;
3527 node->fsck_flags &= ~FSCK_NODE_FLAG_PAR_NOT_FOUND;
3573 assert(node->fsck_flags & FSCK_NODE_FLAG_DIRECTORY);
3580 parent_missing = (node->fsck_flags & FSCK_NODE_FLAG_PAR_NOT_FOUND)? 1:0;
3607 if (file_node && (file_node->fsck_flags & FSCK_NODE_FLAG_NOTFOUND)) {
3645 node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
3885 sys_stream_node->fsck_flags |= FSCK_NODE_FLAG_STREAM_DIR;
3906 cur_node->fsck_flags |= FSCK_NODE_FLAG_NOTFOUND;
3908 if (cur_node->fsck_flags & FSCK_NODE_FLAG_STREAM_DIR)
3909 cur_node->parent->fsck_flags |=
3912 cur_node->parent->fsck_flags |=
3927 (cur_node->parent->fsck_flags & FSCK_NODE_FLAG_STREAM_DIR) &&
3928 (cur_node->fsck_flags & FSCK_NODE_FLAG_DIRECTORY))
3934 cur_node->fsck_flags |= FSCK_NODE_FLAG_NOTFOUND;
3935 cur_node->parent->fsck_flags |=
3955 if (cur_node->fsck_flags & FSCK_NODE_FLAG_NOTFOUND)
3985 if (cur_node->fsck_flags & FSCK_NODE_FLAG_OVERLAP) {
4011 if (cur_node->fsck_flags & FSCK_NODE_FLAG_NOTFOUND)
4025 cur_node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
4036 cur_node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
4044 if (cur_node->fsck_flags & FSCK_NODE_FLAG_NEW_UNIQUE_ID) {
4050 cur_node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
4051 if (cur_node->fsck_flags & FSCK_NODE_FLAG_DIRECTORY)
4052 cur_node->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
4053 cur_node->parent->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
4055 if (cur_node->fsck_flags & FSCK_NODE_FLAG_COPY_PARENT_ID) {
4065 cur_node->fsck_flags |=
4072 if (cur_node->parent->fsck_flags & FSCK_NODE_FLAG_REPAIRDIR)
4073 cur_node->fsck_flags |= FSCK_NODE_FLAG_KEEP;
4076 if (!(cur_node->fsck_flags & FSCK_NODE_FLAG_STREAM)) {
4081 if (cur_node->fsck_flags & FSCK_NODE_FLAG_HAS_STREAM_DIR)
4084 if (cur_node->fsck_flags & FSCK_NODE_FLAG_DIRECTORY)
4096 if (FSCK_NODE_FLAG_OK(cur_node->fsck_flags)) {
4123 if (cur_node->fsck_flags & FSCK_NODE_FLAG_NOTFOUND)
4127 if (FSCK_NODE_FLAG_OK(cur_node->fsck_flags))
4134 if (cur_node->fsck_flags & FSCK_NODE_FLAG_REPAIRDIR)
4138 if (cur_node->fsck_flags & FSCK_NODE_FLAG_WIPE_STREAM_DIR) {
4141 cur_node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
4144 if (cur_node->fsck_flags & FSCK_NODE_FLAG_DIRTY)