Searched refs:fuse_fs_statfs (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 561 * 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 D | fuse.h | 1181 * 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 D | subdir.c | 399 err = fuse_fs_statfs(d->next, newpath, stbuf); in subdir_statfs()
|
H A D | iconv.c | 414 err = fuse_fs_statfs(ic->next, newpath, stbuf); in iconv_statfs()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 857 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 D | fuse.c | 1954 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 17 milliseconds