Lines Matching refs:found
125 #define FSCK_NODE_FLAG_PAR_NOT_FOUND (1<<12) /* parent node not found! */
149 struct udf_fsck_file_stats found;
435 inf_len = node->found.inf_len;
650 // pwarn("%s allocation OVERLAP found, type %d\n",
1320 pwarn("Anchor ADVP0 can't be found! Searching others\n");
1324 pwarn("Anchor ADVP2 can't be found! Searching ADVP1\n");
1329 pwarn("No valid anchors found!\n");
1467 /* record this found lvint; it is one sector long */
1899 * We have found our "VAT LVExtension attribute. BUT due to a
1928 pwarn("Heuristics found corrupted MS Windows VAT\n");
2014 * location. If not found in this block, start again a bit before
2174 pwarn("No valid VAT found!\n");
2320 pwarn("No valid metadata file descriptors found!\n");
2728 pwarn("Unknown VDS type %d found, ignored\n",
3161 fid_context.data_left = node->found.inf_len;
3239 bzero(&node->found, sizeof(node->found));
3241 AD_GATHER_STATS, (void *) &node->found);
3304 diff = node->found.inf_len - node->declared.inf_len;
3309 node->found.inf_len, node->declared.inf_len);
3310 node->declared.inf_len = node->found.inf_len;
3316 diff = node->found.logblks_rec - node->declared.logblks_rec;
3321 node->found.logblks_rec, node->declared.logblks_rec);
3322 node->declared.logblks_rec = node->found.logblks_rec;
3328 node->found.obj_size = node->found.inf_len;
3332 node->parent->parent->found.obj_size +=
3333 node->found.inf_len;
3457 node->found.inf_len = new_length;
3507 rest_len = node->found.inf_len;
3575 rest_len = node->found.inf_len;
3604 /* if found */
3606 /* delete files which couldn't be found */
3616 /* just mark it deleted if not found */
3648 fid_context.data_left = node->found.inf_len;
3925 /* directory found in stream directory? */
3986 pwarn("%s : found OVERLAP, evacuate\n",
4010 /* not sane to process files/directories that are not found */
4029 if (cur_node->declared.obj_size != cur_node->found.obj_size) {
4033 cur_node->found.obj_size, cur_node->declared.obj_size);
4034 cur_node->declared.obj_size = cur_node->found.obj_size;
4122 /* not sane to process files/directories that are not found */