Home | History | Annotate | Download | only in fsck_udf

Lines Matching defs:fsck_flags

142 	int		fsck_flags;
456 node->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
519 node->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
653 node->fsck_flags |= FSCK_NODE_FLAG_OVERLAP;
731 node->fsck_flags |= FSCK_NODE_FLAG_OVERLAP;
3106 this->fsck_flags = 0;
3120 if (node->fsck_flags & FSCK_NODE_FLAG_STREAM_DIR)
3150 node->fsck_flags |= FSCK_NODE_FLAG_KEEP;
3216 node->fsck_flags |= FSCK_NODE_FLAG_HAS_STREAM_DIR;
3277 node->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
3279 node->fsck_flags |= FSCK_NODE_FLAG_DIRECTORY;
3282 if (!(node->fsck_flags & FSCK_NODE_FLAG_REPAIRDIR))
3286 node->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
3313 node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
3325 node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
3330 if (node->fsck_flags & FSCK_NODE_FLAG_STREAM_ENTRY) {
3345 node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
3366 node->parent->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
3388 if (node->fsck_flags & FSCK_NODE_FLAG_STREAM_DIR)
3389 leaf_node->fsck_flags |= FSCK_NODE_FLAG_STREAM_ENTRY;
3404 if (node->fsck_flags & FSCK_NODE_FLAG_STREAM) {
3409 node->fsck_flags |= FSCK_NODE_FLAG_WIPE_STREAM_DIR;
3419 node->fsck_flags |= FSCK_NODE_FLAG_WIPE_STREAM_DIR;
3426 leaf_node->fsck_flags |= FSCK_NODE_FLAG_STREAM_DIR;
3450 isdir = node->fsck_flags & FSCK_NODE_FLAG_DIRECTORY;
3466 if (node->fsck_flags & FSCK_NODE_FLAG_STREAM) {
3478 node->fsck_flags |= FSCK_NODE_FLAG_COPY_PARENT_ID |
3481 node->parent->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
3487 node->fsck_flags |= FSCK_NODE_FLAG_NEW_UNIQUE_ID;
3489 node->parent->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
3497 node->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
3502 if (node->fsck_flags & FSCK_NODE_FLAG_HAS_STREAM_DIR)
3507 node->fsck_flags |= FSCK_NODE_FLAG_PAR_NOT_FOUND;
3528 node->fsck_flags &= ~FSCK_NODE_FLAG_PAR_NOT_FOUND;
3574 assert(node->fsck_flags & FSCK_NODE_FLAG_DIRECTORY);
3581 parent_missing = (node->fsck_flags & FSCK_NODE_FLAG_PAR_NOT_FOUND)? 1:0;
3608 if (file_node && (file_node->fsck_flags & FSCK_NODE_FLAG_NOTFOUND)) {
3646 node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
3886 sys_stream_node->fsck_flags |= FSCK_NODE_FLAG_STREAM_DIR;
3907 cur_node->fsck_flags |= FSCK_NODE_FLAG_NOTFOUND;
3909 if (cur_node->fsck_flags & FSCK_NODE_FLAG_STREAM_DIR)
3910 cur_node->parent->fsck_flags |=
3913 cur_node->parent->fsck_flags |=
3928 (cur_node->parent->fsck_flags & FSCK_NODE_FLAG_STREAM_DIR) &&
3929 (cur_node->fsck_flags & FSCK_NODE_FLAG_DIRECTORY))
3935 cur_node->fsck_flags |= FSCK_NODE_FLAG_NOTFOUND;
3936 cur_node->parent->fsck_flags |=
3956 if (cur_node->fsck_flags & FSCK_NODE_FLAG_NOTFOUND)
3986 if (cur_node->fsck_flags & FSCK_NODE_FLAG_OVERLAP) {
4012 if (cur_node->fsck_flags & FSCK_NODE_FLAG_NOTFOUND)
4026 cur_node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
4037 cur_node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
4045 if (cur_node->fsck_flags & FSCK_NODE_FLAG_NEW_UNIQUE_ID) {
4051 cur_node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
4052 if (cur_node->fsck_flags & FSCK_NODE_FLAG_DIRECTORY)
4053 cur_node->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
4054 cur_node->parent->fsck_flags |= FSCK_NODE_FLAG_REPAIRDIR;
4056 if (cur_node->fsck_flags & FSCK_NODE_FLAG_COPY_PARENT_ID) {
4066 cur_node->fsck_flags |=
4073 if (cur_node->parent->fsck_flags & FSCK_NODE_FLAG_REPAIRDIR)
4074 cur_node->fsck_flags |= FSCK_NODE_FLAG_KEEP;
4077 if (!(cur_node->fsck_flags & FSCK_NODE_FLAG_STREAM)) {
4082 if (cur_node->fsck_flags & FSCK_NODE_FLAG_HAS_STREAM_DIR)
4085 if (cur_node->fsck_flags & FSCK_NODE_FLAG_DIRECTORY)
4097 if (FSCK_NODE_FLAG_OK(cur_node->fsck_flags)) {
4124 if (cur_node->fsck_flags & FSCK_NODE_FLAG_NOTFOUND)
4128 if (FSCK_NODE_FLAG_OK(cur_node->fsck_flags))
4135 if (cur_node->fsck_flags & FSCK_NODE_FLAG_REPAIRDIR)
4139 if (cur_node->fsck_flags & FSCK_NODE_FLAG_WIPE_STREAM_DIR) {
4142 cur_node->fsck_flags |= FSCK_NODE_FLAG_DIRTY;
4145 if (cur_node->fsck_flags & FSCK_NODE_FLAG_DIRTY)