Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
H A Dfuse.c1185 static int get_path_common(struct fuse *f, fuse_ino_t nodeid, const char *name, in get_path_common() function
1210 return get_path_common(f, nodeid, NULL, path, NULL); in get_path()
1220 err = get_path_common(f, nodeid, NULL, path, NULL); in get_path_nullok()
1231 return get_path_common(f, nodeid, name, path, NULL); in get_path_name()
1237 return get_path_common(f, nodeid, name, path, wnode); in get_path_wrlock()

Completed in 8 milliseconds