HomeSort by: relevance | last modified time | path
    Searched refs:nfs_bioread (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/nfs/
nfs_var.h 70 int nfs_bioread(struct vnode *, struct uio *, int, kauth_cred_t, int);
nfs_bio.c 81 nfs_bioread(struct vnode *vp, struct uio *uio, int ioflag, function in typeref:typename:int
nfs_vnops.c 1016 * Just call nfs_bioread() to do the work.
1031 return (nfs_bioread(vp, ap->a_uio, ap->a_ioflag, ap->a_cred, 0));
1057 return (nfs_bioread(vp, ap->a_uio, 0, ap->a_cred, 0));
2309 * Call nfs_bioread() to do the real work.
2312 error = nfs_bioread(vp, uio, 0, ap->a_cred,

Completed in 72 milliseconds