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

/netbsd-current/lib/librefuse/refuse/
H A Dfs.h58 * 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);
H A Dfs.c670 fuse_fs_statfs(struct fuse_fs* fs, const char* path, struct statvfs* buf) { function
/netbsd-current/lib/librefuse/
H A Drefuse.c1010 /* 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 136 milliseconds