Searched refs:fuse_reply_statfs (Results 1 - 9 of 9) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 608 * fuse_reply_statfs 987 int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf);
|
/third_party/libfuse/include/ |
H A D | fuse_lowlevel.h | 812 * fuse_reply_statfs 1490 int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf);
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 421 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()
|
H A D | fuse.c | 2315 fuse_reply_statfs(req, &buf); in fuse_lib_statfs()
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 973 fuse_reply_statfs(req, &stbuf); in sfs_statfs()
|
H A D | passthrough_ll.c | 913 fuse_reply_statfs(req, &stbuf); in lo_statfs()
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 896 int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf) function 1584 fuse_reply_statfs(req, &buf);
|
H A D | fuse.c | 3804 fuse_reply_statfs(req, &buf); in fuse_lib_statfs()
|
/third_party/ntfs-3g/src/ |
H A D | lowntfs-3g.c | 512 fuse_reply_statfs(req, &sfs); in ntfs_fuse_statfs()
|
Completed in 30 milliseconds