Searched refs:nfsread (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | nfs2ops.c | 58 nfsread(struct nfs_file *filep, char *buf, size_t size) function 155 printf("nfsread(): partial read %d"
|
H A D | nfs_inet.h | 414 extern ssize_t nfsread(struct nfs_file *, char *, size_t);
|
H A D | nfsops.c | 280 count = nfsread(&filep->file, buf, size);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vnops.c | 92 static int nfsread(vnode_t *, caddr_t, uint_t, int, size_t *, cred_t *); 469 error = nfsread(vp, base, uiop->uio_offset, n, 947 nfsread(vnode_t *vp, caddr_t base, uint_t offset, function 3404 error = bp->b_error = nfsread(bp->b_vp, bp->b_un.b_addr,
|
Completed in 72 milliseconds