Lines Matching refs:nodeid2
74 fuse_ino_t nodeid2; member
1073 fuse_ino_t nodeid2, const char *name2, in try_get_path2() argument
1082 err = try_get_path(f, nodeid2, name2, path2, wnode2, true); in try_get_path2()
1112 err = try_get_path2(f, qe->nodeid1, qe->name1, qe->nodeid2, in queue_element_wakeup()
1247 fuse_ino_t nodeid2, const char *name2) in check_dir_loop() argument
1255 node2 = lookup_node(f, nodeid2, name2); in check_dir_loop()
1256 id2 = node2 ? node2->nodeid : nodeid2; in check_dir_loop()
1284 fuse_ino_t nodeid2, const char *name2, in get_path2() argument
1296 err = check_dir_loop(f, nodeid1, name1, nodeid2, name2); in get_path2()
1302 err = try_get_path2(f, nodeid1, name1, nodeid2, name2, in get_path2()
1310 .nodeid2 = nodeid2, in get_path2()
1317 debug_path(f, " PATH2", nodeid2, name2, !!wnode2); in get_path2()
1320 debug_path(f, " PATH2", nodeid2, name2, !!wnode2); in get_path2()
1348 static void free_path2(struct fuse *f, fuse_ino_t nodeid1, fuse_ino_t nodeid2, in free_path2() argument
1354 unlock_path(f, nodeid2, wnode2, NULL); in free_path2()