HomeSort by: relevance | last modified time | path
    Searched defs:found_link_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_udf/
main.c 145 int found_link_count; member in struct:udf_fsck_node
3109 this->found_link_count = 0;
3373 node->parent->found_link_count++;
3381 leaf_node->found_link_count++;
3429 leaf_node->found_link_count--;
3453 node->found_link_count++;
4019 if (cur_node->found_link_count != cur_node->link_count) {
4023 cur_node->found_link_count, cur_node->link_count);
4024 cur_node->link_count = cur_node->found_link_count;
4079 int link_count = cur_node->found_link_count;
    [all...]
main.c 145 int found_link_count; member in struct:udf_fsck_node
3109 this->found_link_count = 0;
3373 node->parent->found_link_count++;
3381 leaf_node->found_link_count++;
3429 leaf_node->found_link_count--;
3453 node->found_link_count++;
4019 if (cur_node->found_link_count != cur_node->link_count) {
4023 cur_node->found_link_count, cur_node->link_count);
4024 cur_node->link_count = cur_node->found_link_count;
4079 int link_count = cur_node->found_link_count;
    [all...]

Completed in 25 milliseconds