| /src/sys/fs/nfs/client/ |
| H A D | nfs_clcomsubs.c | 256 nfsm_uiombuf(struct nfsrv_descript *nd, struct uio *uiop, int siz) argument [all...] |
| H A D | nfs_clbio.c | 1525 struct uio *uiop = (struct uio *)bp->b_caller1; local in function:ncl_doio_directwrite 1567 struct uio *uiop; local in function:ncl_doio [all...] |
| H A D | nfs_clvnops.c | 1340 ncl_readlinkrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred) argument 1362 ncl_readrpc(struct vnode *vp, struct uio *uiop, struct ucred *cred) argument 1392 ncl_writerpc(struct vnode * vp,struct uio * uiop,struct ucred * cred,int * iomode,int * must_commit,int called_from_strategy) argument 2269 ncl_readdirrpc(struct vnode * vp,struct uio * uiop,struct ucred * cred,struct thread * td) argument 2329 ncl_readdirplusrpc(struct vnode * vp,struct uio * uiop,struct ucred * cred,struct thread * td) argument [all...] |
| H A D | nfs_clrpcops.c | 1291 nfsrpc_readlink(vnode_t vp, struct uio *uiop, struct ucred *cred, argument 1347 nfsrpc_read(vnode_t vp, struct uio *uiop, struct ucred *cred, argument 1405 nfsrpc_readrpc(vnode_t vp, struct uio *uiop, struct ucred *cred, argument 1498 nfsrpc_write(vnode_t vp,struct uio * uiop,int * iomode,int * must_commit,struct ucred * cred,NFSPROC_T * p,struct nfsvattr * nap,int * attrflagp,void * stuff,int called_from_strategy) argument 1576 nfsrpc_writerpc(vnode_t vp,struct uio * uiop,int * iomode,int * must_commit,struct ucred * cred,nfsv4stateid_t * stateidp,NFSPROC_T * p,struct nfsvattr * nap,int * attrflagp,void * stuff) argument 2695 nfsrpc_readdir(vnode_t vp,struct uio * uiop,nfsuint64 * cookiep,struct ucred * cred,NFSPROC_T * p,struct nfsvattr * nap,int * attrflagp,int * eofp,void * stuff) argument 3126 nfsrpc_readdirplus(vnode_t vp,struct uio * uiop,nfsuint64 * cookiep,struct ucred * cred,NFSPROC_T * p,struct nfsvattr * nap,int * attrflagp,int * eofp,void * stuff) argument 5451 nfscl_doiods(vnode_t vp,struct uio * uiop,int * iomode,int * must_commit,uint32_t rwaccess,struct ucred * cred,NFSPROC_T * p) argument 5604 nfscl_doflayoutio(vnode_t vp,struct uio * uiop,int * iomode,int * must_commit,int * eofp,nfsv4stateid_t * stateidp,int rwflag,struct nfscldevinfo * dp,struct nfscllayout * lyp,struct nfsclflayout * flp,uint64_t off,uint64_t len,struct ucred * cred,NFSPROC_T * p) argument 5681 nfsrpc_readds(vnode_t vp,struct uio * uiop,nfsv4stateid_t * stateidp,int * eofp,struct nfsclds * dsp,uint64_t io_off,int len,struct nfsfh * fhp,struct ucred * cred,NFSPROC_T * p) argument 5724 nfsrpc_writeds(vnode_t vp,struct uio * uiop,int * iomode,int * must_commit,nfsv4stateid_t * stateidp,struct nfsclds * dsp,uint64_t io_off,int len,struct nfsfh * fhp,int commit_thru_mds,struct ucred * cred,NFSPROC_T * p) argument [all...] |
| /src/sys/coda/ |
| H A D | coda_psdev.c | 252 vc_nb_read(dev_t dev, struct uio *uiop, int flag) argument 298 vc_nb_write(dev_t dev, struct uio *uiop, int flag) argument [all...] |
| H A D | coda_vnops.c | 393 coda_rdwr(vnode_t *vp, struct uio *uiop, enum uio_rw rw, int ioflag, argument 733 struct uio *uiop = ap->a_uio; local in function:coda_readlink 1540 struct uio *uiop = ap->a_uio; local in function:coda_readdir [all...] |
| /src/sys/nfs/ |
| H A D | nfs_bio.c | 858 nfs_doio_read(struct buf *bp, struct uio *uiop) argument 938 nfs_doio_write(struct buf * bp,struct uio * uiop) argument 1162 nfs_doio_phys(struct buf * bp,struct uio * uiop) argument 1199 struct uio *uiop = &uio; local in function:nfs_doio [all...] |
| H A D | nfs_serv.c | 544 struct uio io, *uiop = &io; local in function:nfsrv_readlink 642 struct uio io, *uiop = &io; local in function:nfsrv_read 869 struct uio io, *uiop = &io; local in function:nfsrv_write 1081 struct uio io, *uiop = &io; local in function:nfsrv_writegather [all...] |
| H A D | nfs_subs.c | 741 nfsm_mbuftouio(struct mbuf **mrep, struct uio *uiop, int siz, char **dpos) argument 808 nfsm_uiotombuf(struct uio * uiop,struct mbuf ** mq,int siz,char ** bpos) argument [all...] |
| H A D | nfs_vnops.c | 1065 nfs_readlinkrpc(struct vnode *vp, struct uio *uiop, kauth_cred_t cred) argument 1118 nfs_readrpc(struct vnode *vp, struct uio *uiop) argument 1220 nfs_writerpc(struct vnode *vp, struct uio *uiop, int *iomode, bool pageprotected, bool *stalewriteverfp) argument 2368 nfs_readdirrpc(struct vnode * vp,struct uio * uiop,kauth_cred_t cred) argument 2592 nfs_readdirplusrpc(struct vnode * vp,struct uio * uiop,kauth_cred_t cred) argument [all...] |
| /src/sys/miscfs/procfs/ |
| H A D | procfs_vnops.c | 1344 struct uio *uiop; member in struct:procfs_root_readdir_ctx 1357 struct uio *uiop; local in function:procfs_root_readdir_callback
|
| /src/sys/fs/nfs/common/ |
| H A D | nfs_commonsubs.c | 202 nfsm_mbufuio(struct nfsrv_descript *nd, struct uio *uiop, int siz) argument [all...] |
| /src/sys/fs/nfs/server/ |
| H A D | nfs_nfsdport.c | 580 struct uio io, *uiop = &io; local in function:nfsvno_readlink 647 struct uio io, *uiop = &io; local in function:nfsvno_read 734 struct uio io, *uiop = &io; local in function:nfsvno_write [all...] |