Searched refs:reply_buf_limited (Results 1 – 5 of 5) sorted by relevance
/third_party/libfuse/example/ |
D | hello_ll.c | 107 static int reply_buf_limited(fuse_req_t req, const char *buf, size_t bufsize, in reply_buf_limited() function 131 reply_buf_limited(req, b.p, b.size, off, size); in hello_ll_readdir() 153 reply_buf_limited(req, hello_str, strlen(hello_str), off, size); in hello_ll_read()
|
D | notify_inval_inode.c | 189 static int reply_buf_limited(fuse_req_t req, const char *buf, size_t bufsize, in reply_buf_limited() function 209 reply_buf_limited(req, b.p, b.size, off, size); in tfs_readdir() 239 reply_buf_limited(req, file_contents, file_size, off, size); in tfs_read()
|
D | hello_ll_uds.c | 117 static int reply_buf_limited(fuse_req_t req, const char *buf, size_t bufsize, in reply_buf_limited() function 141 reply_buf_limited(req, b.p, b.size, off, size); in hello_ll_readdir() 163 reply_buf_limited(req, hello_str, strlen(hello_str), off, size); in hello_ll_read()
|
D | notify_store_retrieve.c | 192 static int reply_buf_limited(fuse_req_t req, const char *buf, size_t bufsize, in reply_buf_limited() function 212 reply_buf_limited(req, b.p, b.size, off, size); in tfs_readdir() 242 reply_buf_limited(req, file_contents, file_size, off, size); in tfs_read()
|
D | notify_inval_entry.c | 209 static int reply_buf_limited(fuse_req_t req, const char *buf, size_t bufsize, in reply_buf_limited() function 229 reply_buf_limited(req, b.p, b.size, off, size); in tfs_readdir()
|