Searched refs:nfs3read (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | nfs3ops.c | 56 nfs3read(struct nfs_file *filep, char *buf, size_t size) function 159 printf("nfs3read(): partial read %d"
|
H A D | nfs_inet.h | 424 extern ssize_t nfs3read(struct nfs_file *, char *, size_t);
|
H A D | nfsops.c | 283 count = nfs3read(&filep->file, buf, size);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_vnops.c | 99 static int nfs3read(vnode_t *, caddr_t, offset_t, int, size_t *, cred_t *); 1128 nfs3read(vnode_t *vp, caddr_t base, offset_t offset, int count, function 1202 "nfs3read: server %s returned incorrect amount", 4312 error = bp->b_error = nfs3read(bp->b_vp, bp->b_un.b_addr,
|
Completed in 58 milliseconds