Home
last modified time | relevance | path

Searched refs:found_link_count (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sbin/fsck_udf/
H A Dmain.c145 int found_link_count; member
3109 this->found_link_count = 0; in udf_new_fsck_node()
3373 node->parent->found_link_count++; in udf_node_pass1_add_entry()
3381 leaf_node->found_link_count++; in udf_node_pass1_add_entry()
3429 leaf_node->found_link_count--; in udf_node_pass1_add_streamdir_entry()
3453 node->found_link_count++; in udf_process_node_pass1()
4019 if (cur_node->found_link_count != cur_node->link_count) { in udf_check_directory_tree()
4023 cur_node->found_link_count, cur_node->link_count); in udf_check_directory_tree()
4024 cur_node->link_count = cur_node->found_link_count; in udf_check_directory_tree()
4079 int link_count = cur_node->found_link_count; in udf_check_directory_tree()