Home
last modified time | relevance | path

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

/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h846 int fuse_fs_statfs(struct fuse_fs *fs, const char *path, struct statvfs *buf);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp138 fuse_fs_statfs(struct fuse_fs* fs, const char* path, struct statvfs* buf) in fuse_fs_statfs() function
H A DFUSEVolume.cpp906 fuseError = fuse_fs_statfs(fFS, "/", &st); in ReadFSInfo()