OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fuse_fs_open
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/librefuse/refuse/
fs.h
57
* with the exception of
fuse_fs_open
, fuse_fs_release,
69
int
fuse_fs_open
(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi);
fs.c
393
fuse_fs_open
(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) {
function
/src/lib/librefuse/
refuse.c
795
ret =
fuse_fs_open
(fuse->fs, path, fi);
Completed in 22 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026