Home
last modified time | relevance | path

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

/external/libfuse/lib/
Dfuse.c75 fuse_ino_t nodeid1; member
1085 unlock_path(f, qe->nodeid1, wnode, NULL); in queue_element_unlock()
1102 if (get_node(f, qe->nodeid1)->treelock == 0) in queue_element_wakeup()
1109 err = try_get_path(f, qe->nodeid1, qe->name1, qe->path1, in queue_element_wakeup()
1222 .nodeid1 = nodeid, in get_path_common()
1274 fuse_ino_t nodeid1, const char *name1, in check_dir_loop() argument
1280 node1 = lookup_node(f, nodeid1, name1); in check_dir_loop()
1281 id1 = node1 ? node1->nodeid : nodeid1; in check_dir_loop()
1311 static int try_get_path2(struct fuse *f, fuse_ino_t nodeid1, const char *name1, in try_get_path2() argument
1319 err = try_get_path(f, nodeid1, name1, path1, wnode1, true); in try_get_path2()
[all …]