Searched refs:p9_client_read_once (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/9p/ |
A D | client.h | 206 int p9_client_read_once(struct p9_fid *fid, u64 offset, struct iov_iter *to,
|
/linux/fs/9p/ |
A D | vfs_file.c | 375 ret = p9_client_read_once(fid, iocb->ki_pos, to, &err); in v9fs_file_read_iter()
|
/linux/net/9p/ |
A D | client.c | 1556 count = p9_client_read_once(fid, offset, to, err); in p9_client_read() 1567 p9_client_read_once(struct p9_fid *fid, u64 offset, struct iov_iter *to, in p9_client_read_once() function 1633 EXPORT_SYMBOL(p9_client_read_once);
|
/linux/ |
A D | vmlinux.symvers | 2914 0x00000000 p9_client_read_once vmlinux EXPORT_SYMBOL
|
A D | System.map | 54994 ffff800010edbfc4 T p9_client_read_once
|
A D | .tmp_System.map | 54994 ffff800010edbfc4 T p9_client_read_once
|
Completed in 335 milliseconds