Searched refs:v9fs_pack (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/fsdev/ |
H A D | 9p-iov-marshal.c | 66 ssize_t v9fs_pack(struct iovec *in_sg, int in_num, size_t offset, in v9fs_pack() function 215 copied = v9fs_pack(in_sg, in_num, offset, &val, sizeof(val)); in v9fs_iov_vmarshal() 223 copied = v9fs_pack(in_sg, in_num, offset, &val, sizeof(val)); in v9fs_iov_vmarshal() 231 copied = v9fs_pack(in_sg, in_num, offset, &val, sizeof(val)); in v9fs_iov_vmarshal() 239 copied = v9fs_pack(in_sg, in_num, offset, &val, sizeof(val)); in v9fs_iov_vmarshal() 248 copied = v9fs_pack(in_sg, in_num, offset, str->data, str->size); in v9fs_iov_vmarshal()
|
H A D | 9p-iov-marshal.h | 7 ssize_t v9fs_pack(struct iovec *in_sg, int in_num, size_t offset,
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 2258 err = v9fs_pack(qiov_full.iov, qiov_full.niov, 0, in v9fs_xattr_read()
|