Searched refs:fuse_reply_write (Results 1 – 12 of 12) sorted by relevance
/third_party/libfuse/lib/ |
D | fuse_versionscript | 13 fuse_reply_write;
|
D | fuse.c | 3309 fuse_reply_write(req, res); in fuse_lib_write_buf() 4346 fuse_reply_write(req, res); in fuse_lib_copy_file_range()
|
D | fuse_lowlevel.c | 478 int fuse_reply_write(fuse_req_t req, size_t count) function
|
/third_party/libfuse/example/ |
D | cuse.c | 119 fuse_reply_write(req, size); in cusexmp_write()
|
D | passthrough_ll.c | 901 fuse_reply_write(req, (size_t) res); in lo_write_buf() 1123 fuse_reply_write(req, res); in lo_copy_file_range()
|
D | passthrough_hp.cc | 954 fuse_reply_write(req, (size_t)res); in do_write_buf()
|
/third_party/libfuse/test/ |
D | test_write_cache.c | 166 fuse_reply_write(req, size); in tfs_write()
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse_lowlevel.h | 947 int fuse_reply_write(fuse_req_t req, size_t count);
|
/third_party/libfuse/include/ |
D | fuse_lowlevel.h | 1406 int fuse_reply_write(fuse_req_t req, size_t count);
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse_lowlevel.c | 406 int fuse_reply_write(fuse_req_t req, size_t count) in fuse_reply_write() function
|
D | fuse.c | 2004 fuse_reply_write(req, res); in fuse_lib_write()
|
/third_party/ntfs-3g/src/ |
D | lowntfs-3g.c | 1859 fuse_reply_write(req, res); in ntfs_fuse_write()
|