Searched refs:hard_link_list_head (Results 1 - 2 of 2) sorted by relevance

/external/f2fs-tools/fsck/
H A Dfsck.c68 if (fsck->hard_link_list_head == NULL) {
69 fsck->hard_link_list_head = node;
73 tmp = fsck->hard_link_list_head;
82 if (tmp == fsck->hard_link_list_head) {
84 fsck->hard_link_list_head = node;
100 if (fsck->hard_link_list_head == NULL)
103 node = fsck->hard_link_list_head;
118 if (fsck->hard_link_list_head == node)
119 fsck->hard_link_list_head = node->next;
1082 if (fsck->hard_link_list_head !
[all...]
H A Dfsck.h37 struct hard_link_node *hard_link_list_head; member in struct:f2fs_fsck

Completed in 114 milliseconds