Home
last modified time | relevance | path

Searched defs:bufv (Results 1 – 4 of 4) sorted by relevance

/third_party/libfuse/lib/
Dbuffer.c22 size_t fuse_buf_size(const struct fuse_bufvec *bufv) in fuse_buf_size()
257 static const struct fuse_buf *fuse_bufvec_current(struct fuse_bufvec *bufv) in fuse_bufvec_current()
265 static int fuse_bufvec_advance(struct fuse_bufvec *bufv, size_t len) in fuse_bufvec_advance()
Dfuse_lowlevel.c874 int fuse_reply_data(fuse_req_t req, struct fuse_bufvec *bufv,
1405 struct fuse_bufvec bufv = { local
2405 off_t offset, struct fuse_bufvec *bufv,
2454 struct fuse_bufvec bufv = { local
2651 struct fuse_bufvec bufv = { .buf[0] = *buf, .count = 1 }; local
Dfuse.c1902 struct fuse_bufvec bufv = FUSE_BUFVEC_INIT(size); in fuse_fs_write() local
/third_party/libfuse/example/
Dnotify_store_retrieve.c247 struct fuse_bufvec bufv; in tfs_retrieve_reply() local
296 struct fuse_bufvec bufv; in update_fs_loop() local