Searched refs:id_next (Results 1 – 1 of 1) sorted by relevance
114 struct node *id_next; member261 for (node = f->id_table[hash]; node != NULL; node = node->id_next) in get_node_nocheck()290 for (; *nodep != NULL; nodep = &(*nodep)->id_next) in unhash_id()292 *nodep = node->id_next; in unhash_id()300 node->id_next = f->id_table[hash]; in hash_id()3220 for (node = f->id_table[i]; node != NULL; node = node->id_next) { in fuse_destroy()3236 next = node->id_next; in fuse_destroy()