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
68
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
!= NULL)
[
all
...]
fsck.h
37
struct hard_link_node *
hard_link_list_head
;
member in struct:f2fs_fsck
Completed in 47 milliseconds