OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncl_bioread
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/nfs/client/
nfs.h
97
int
ncl_bioread
(struct vnode *, struct uio *, int, struct kauth_cred *);
nfs_clvnops.c
1305
* Just call
ncl_bioread
() to do the work.
1314
return (
ncl_bioread
(vp, ap->a_uio, ap->a_ioflag, ap->a_cred));
1332
return (
ncl_bioread
(vp, ap->a_uio, 0, ap->a_cred));
2248
* Call
ncl_bioread
() to do the real work.
2251
error =
ncl_bioread
(vp, uio, 0, ap->a_cred);
nfs_clbio.c
404
ncl_bioread
(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *cred)
function in typeref:typename:int
674
printf("
ncl_bioread
: type %x unexpected\n", vp->v_type);
Completed in 14 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025