Searched refs:p9_client_read_once (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/9p/ |
H A D | client.h | 207 int p9_client_read_once(struct p9_fid *fid, u64 offset, struct iov_iter *to,
|
/openbmc/linux/fs/9p/ |
H A D | vfs_file.c | 367 ret = p9_client_read_once(fid, iocb->ki_pos, to, &err); in v9fs_file_read_iter()
|
/openbmc/linux/net/9p/ |
H A D | client.c | 1533 count = p9_client_read_once(fid, offset, to, err); in p9_client_read() 1544 p9_client_read_once(struct p9_fid *fid, u64 offset, struct iov_iter *to, in p9_client_read_once() function 1614 EXPORT_SYMBOL(p9_client_read_once);
|