Lines Matching refs:nodeid2
79 fuse_ino_t nodeid2; member
1090 unlock_path(f, qe->nodeid2, wnode, NULL); in queue_element_unlock()
1117 err = try_get_path(f, qe->nodeid2, qe->name2, qe->path2, in queue_element_wakeup()
1275 fuse_ino_t nodeid2, const char *name2) in check_dir_loop() argument
1283 node2 = lookup_node(f, nodeid2, name2); in check_dir_loop()
1284 id2 = node2 ? node2->nodeid : nodeid2; in check_dir_loop()
1312 fuse_ino_t nodeid2, const char *name2, in try_get_path2() argument
1321 err = try_get_path(f, nodeid2, name2, path2, wnode2, true); in try_get_path2()
1333 fuse_ino_t nodeid2, const char *name2, in get_path2() argument
1345 err = check_dir_loop(f, nodeid1, name1, nodeid2, name2); in get_path2()
1351 err = try_get_path2(f, nodeid1, name1, nodeid2, name2, in get_path2()
1359 .nodeid2 = nodeid2, in get_path2()
1366 debug_path(f, " PATH2", nodeid2, name2, !!wnode2); in get_path2()
1369 debug_path(f, " PATH2", nodeid2, name2, !!wnode2); in get_path2()
1397 static void free_path2(struct fuse *f, fuse_ino_t nodeid1, fuse_ino_t nodeid2, in free_path2() argument
1403 unlock_path(f, nodeid2, wnode2, NULL); in free_path2()