Searched defs:bufv (Results 1 – 5 of 5) sorted by relevance
/external/libfuse/lib/ |
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()
|
D | fuse_lowlevel.c | 1014 int fuse_reply_data(fuse_req_t req, struct fuse_bufvec *bufv, 1579 struct fuse_bufvec bufv = { local 2642 off_t offset, struct fuse_bufvec *bufv, 2691 struct fuse_bufvec bufv = { local 2917 struct fuse_bufvec bufv = { .buf[0] = *buf, .count = 1 }; local
|
D | fuse.c | 1902 struct fuse_bufvec bufv = FUSE_BUFVEC_INIT(size); in fuse_fs_write() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | windows_io.c | 163 int count, void *bufv) in raw_read_blk() 243 int count, const void *bufv) in raw_write_blk()
|
D | unix_io.c | 214 int count, void *bufv) in raw_read_blk() 346 int count, const void *bufv, in raw_write_blk()
|