Searched refs:p9_client_write (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/p9fs/ |
H A D | p9_client.h | 139 int p9_client_write(struct p9_fid *fid, uint64_t offset, uint32_t count, char *data);
|
H A D | p9fs_vnops.c | 1462 ret = p9_client_write(ostate.vofid, offset, count, in p9fs_write() 1960 ret = p9_client_write(vofid, offset, count, in p9fs_doio()
|
H A D | p9_client.c | 986 p9_client_write(struct p9_fid *fid, uint64_t offset, uint32_t count, char *data) in p9_client_write() function
|