Lines Matching refs:nodeid1
70 fuse_ino_t nodeid1;
1072 static int try_get_path2(struct fuse *f, fuse_ino_t nodeid1, const char *name1,
1080 err = try_get_path(f, nodeid1, name1, path1, wnode1, true);
1086 unlock_path(f, nodeid1, wn1, NULL);
1099 if (get_node(f, qe->nodeid1)->treelock == 0)
1109 err = try_get_path(f, qe->nodeid1, qe->name1, qe->path1,
1112 err = try_get_path2(f, qe->nodeid1, qe->name1, qe->nodeid2,
1194 .nodeid1 = nodeid,
1246 fuse_ino_t nodeid1, const char *name1,
1252 node1 = lookup_node(f, nodeid1, name1);
1253 id1 = node1 ? node1->nodeid : nodeid1;
1283 static int get_path2(struct fuse *f, fuse_ino_t nodeid1, const char *name1,
1296 err = check_dir_loop(f, nodeid1, name1, nodeid2, name2);
1302 err = try_get_path2(f, nodeid1, name1, nodeid2, name2,
1306 .nodeid1 = nodeid1,
1316 debug_path(f, "QUEUE PATH1", nodeid1, name1, !!wnode1);
1319 debug_path(f, "DEQUEUE PATH1", nodeid1, name1, !!wnode1);
1348 static void free_path2(struct fuse *f, fuse_ino_t nodeid1, fuse_ino_t nodeid2,
1353 unlock_path(f, nodeid1, wnode1, NULL);
1375 .nodeid1 = nodeid,