OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fuse_fs_statfs
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/librefuse/refuse/
fs.h
58
* fuse_fs_opendir, fuse_fs_releasedir, and
fuse_fs_statfs
, which return 0. */
76
int
fuse_fs_statfs
(struct fuse_fs* fs, const char* path, struct statvfs* buf);
fs.c
670
fuse_fs_statfs
(struct fuse_fs* fs, const char* path, struct statvfs* buf) {
function in typeref:typename:int
/src/lib/librefuse/
refuse.c
1010
/*
fuse_fs_statfs
() is special: it returns 0 even if the
1016
ret =
fuse_fs_statfs
(fuse->fs, PNPATH(puffs_getroot(pu)), &sb);
Completed in 13 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025