Home
last modified time | relevance | path

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

/aosp_15_r20/external/libfuse/lib/
H A 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()
H A Dfuse_lowlevel.c1014 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 Dfuse.c1902 struct fuse_bufvec bufv = FUSE_BUFVEC_INIT(size); in fuse_fs_write() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dwindows_io.c163 int count, void *bufv) in raw_read_blk()
243 int count, const void *bufv) in raw_write_blk()
H A Dunix_io.c214 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/
DFuseDaemon.cpp1767 struct fuse_bufvec* bufv, in pf_write_buf()