OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hard_link_list_head
(Results
1 - 2
of
2
) sorted by null
/external/f2fs-tools/fsck/
fsck.c
51
if (fsck->
hard_link_list_head
== NULL) {
52
fsck->
hard_link_list_head
= node;
56
tmp = fsck->
hard_link_list_head
;
65
if (tmp == fsck->
hard_link_list_head
) {
67
fsck->
hard_link_list_head
= node;
83
if (fsck->
hard_link_list_head
== NULL)
86
node = fsck->
hard_link_list_head
;
101
if (fsck->
hard_link_list_head
== node)
102
fsck->
hard_link_list_head
= node->next;
989
if (fsck->
hard_link_list_head
!= NULL)
[
all
...]
fsck.h
37
struct hard_link_node *
hard_link_list_head
;
member in struct:f2fs_fsck
Completed in 32 milliseconds