Home
last modified time | relevance | path

Searched refs:reply_buf_limited (Results 1 – 5 of 5) sorted by relevance

/third_party/libfuse/example/
Dhello_ll.c107 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()
Dnotify_inval_inode.c189 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()
Dhello_ll_uds.c117 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()
Dnotify_store_retrieve.c192 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()
Dnotify_inval_entry.c209 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()