Home
last modified time | relevance | path

Searched refs:fuse_reply_statfs (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
Dfuse_lowlevel.h987 int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf);
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c421 int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf) in fuse_reply_statfs() function
851 fuse_reply_statfs(req, &buf); in do_statfs()
Dfuse.c2315 fuse_reply_statfs(req, &buf); in fuse_lib_statfs()
/third_party/ntfs-3g/src/
Dlowntfs-3g.c512 fuse_reply_statfs(req, &sfs); in ntfs_fuse_statfs()