Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h561 * fuse_fs_releasedir and fuse_fs_statfs, which return 0.
586 int fuse_fs_statfs(struct fuse_fs *fs, const char *path, struct statvfs *buf);
/third_party/libfuse/include/
H A Dfuse.h1181 * fuse_fs_releasedir and fuse_fs_statfs, which return 0.
1211 int fuse_fs_statfs(struct fuse_fs *fs, const char *path, struct statvfs *buf);
/third_party/libfuse/lib/modules/
H A Dsubdir.c399 err = fuse_fs_statfs(d->next, newpath, stbuf); in subdir_statfs()
H A Diconv.c414 err = fuse_fs_statfs(ic->next, newpath, stbuf); in iconv_statfs()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c857 int fuse_fs_statfs(struct fuse_fs *fs, const char *path, struct statvfs *buf) in fuse_fs_statfs() function
2308 err = fuse_fs_statfs(f->fs, path, &buf); in fuse_lib_statfs()
/third_party/libfuse/lib/
H A Dfuse.c1954 int fuse_fs_statfs(struct fuse_fs *fs, const char *path, struct statvfs *buf) in fuse_fs_statfs() function
3798 err = fuse_fs_statfs(f->fs, path ? path : "/", &buf); in fuse_lib_statfs()

Completed in 20 milliseconds