Searched defs:bufv (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libfuse/lib/ |
H A D | buffer.c | 22 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()
|
H A D | fuse_lowlevel.c | 1014 int fuse_reply_data(fuse_req_t req, struct fuse_bufvec *bufv, 1579 struct fuse_bufvec bufv = { local 2635 off_t offset, struct fuse_bufvec *bufv, 2684 struct fuse_bufvec bufv = { local 2910 struct fuse_bufvec bufv = { .buf[0] = *buf, .count = 1 }; local
|
H A D | fuse.c | 1902 struct fuse_bufvec bufv = FUSE_BUFVEC_INIT(size); in fuse_fs_write() local
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | windows_io.c | 163 int count, void *bufv) in raw_read_blk() 243 int count, const void *bufv) in raw_write_blk()
|
H A D | unix_io.c | 214 int count, void *bufv) in raw_read_blk() 346 int count, const void *bufv, in raw_write_blk()
|
/aosp_15_r20/packages/providers/MediaProvider/jni/ |
D | FuseDaemon.cpp | 1767 struct fuse_bufvec* bufv, in pf_write_buf()
|