Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
H A Dfuse.c70 fuse_ino_t nodeid1; member
1072 static int try_get_path2(struct fuse *f, fuse_ino_t nodeid1, const char *name1, in try_get_path2() argument
1080 err = try_get_path(f, nodeid1, name1, path1, wnode1, true); in try_get_path2()
1086 unlock_path(f, nodeid1, wn1, NULL); in try_get_path2()
1099 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()
1112 err = try_get_path2(f, qe->nodeid1, qe->name1, qe->nodeid2, in queue_element_wakeup()
1194 .nodeid1 = nodeid, in get_path_common()
1246 fuse_ino_t nodeid1, const char *name1, in check_dir_loop()
1252 node1 = lookup_node(f, nodeid1, name in check_dir_loop()
1245 check_dir_loop(struct fuse *f, fuse_ino_t nodeid1, const char *name1, fuse_ino_t nodeid2, const char *name2) check_dir_loop() argument
1283 get_path2(struct fuse *f, fuse_ino_t nodeid1, const char *name1, fuse_ino_t nodeid2, const char *name2, char **path1, char **path2, struct node **wnode1, struct node **wnode2) get_path2() argument
1348 free_path2(struct fuse *f, fuse_ino_t nodeid1, fuse_ino_t nodeid2, struct node *wnode1, struct node *wnode2, char *path1, char *path2) free_path2() argument
[all...]

Completed in 5 milliseconds