Searched refs:try_get_path (Results 1 - 1 of 1) sorted by relevance
/third_party/libfuse/lib/ |
H A D | fuse.c | 990 static int try_get_path(struct fuse *f, fuse_ino_t nodeid, const char *name, in try_get_path() function 1080 err = try_get_path(f, nodeid1, name1, path1, wnode1, true); in try_get_path2() 1082 err = try_get_path(f, nodeid2, name2, path2, wnode2, true); in try_get_path2() 1109 err = try_get_path(f, qe->nodeid1, qe->name1, qe->path1, in queue_element_wakeup() 1191 err = try_get_path(f, nodeid, name, path, wnode, true); in get_path_common() 2391 res = try_get_path(f, dir, newname, &newpath, NULL, false); in hidden_name() 2972 if (try_get_path(f, wnode->nodeid, NULL, &unlinkpath, NULL, false) == 0) { in fuse_lib_unlink() 5076 if (try_get_path(f, node->nodeid, NULL, &path, NULL, false) == 0) { in fuse_destroy()
|
Completed in 8 milliseconds