Home
last modified time | relevance | path

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

/external/libfuse/lib/
Dfuse.c1213 static int get_path_common(struct fuse *f, fuse_ino_t nodeid, const char *name, in get_path_common() function
1238 return get_path_common(f, nodeid, NULL, path, NULL); in get_path()
1248 err = get_path_common(f, nodeid, NULL, path, NULL); in get_path_nullok()
1259 return get_path_common(f, nodeid, name, path, NULL); in get_path_name()
1265 return get_path_common(f, nodeid, name, path, wnode); in get_path_wrlock()