Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
Dfuse.c82 struct node_table { struct
109 struct node_table name_table; argument
110 struct node_table id_table;
571 static void node_table_reduce(struct node_table *t) in node_table_reduce()
589 struct node_table *t = &f->id_table; in remerge_id()
628 static int node_table_resize(struct node_table *t) in node_table_resize()
647 struct node_table *t = &f->id_table; in rehash_id()
706 struct node_table *t = &f->name_table; in remerge_name()
760 struct node_table *t = &f->name_table; in rehash_name()
4836 static int node_table_init(struct node_table *t) in node_table_init()