HomeSort by relevance Sort by last modified time
    Searched refs:hard_link_list_head (Results 1 - 2 of 2) sorted by null

  /external/f2fs-tools/fsck/
fsck.c 67 if (fsck->hard_link_list_head == NULL) {
68 fsck->hard_link_list_head = node;
72 tmp = fsck->hard_link_list_head;
81 if (tmp == fsck->hard_link_list_head) {
83 fsck->hard_link_list_head = node;
99 if (fsck->hard_link_list_head == NULL)
102 node = fsck->hard_link_list_head;
118 if (fsck->hard_link_list_head == node)
119 fsck->hard_link_list_head = node->next;
    [all...]
fsck.h 71 struct hard_link_node *hard_link_list_head; member in struct:f2fs_fsck

Completed in 52 milliseconds