OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncl_doio
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/nfs/client/
nfs.h
102
int
ncl_doio
(struct vnode *, struct buf *, struct kauth_cred *, struct lwp *,
nfs_clnfsiod.c
301
(void)
ncl_doio
(bp->b_vp, bp, bp->b_rcred,
304
(void)
ncl_doio
(bp->b_vp, bp, bp->b_wcred,
310
*
ncl_doio
() completes for the last buffer.
nfs_clbio.c
519
error =
ncl_doio
(vp, bp, cred, td, 0);
548
error =
ncl_doio
(vp, bp, cred, td, 0);
574
error =
ncl_doio
(vp, bp, cred, td, 0);
603
error =
ncl_doio
(vp, bp, cred, td, 0);
1095
error =
ncl_doio
(vp, bp, cred, td, 0);
1253
* the buffer.
ncl_doio
() clears B_INVAL (and ncl_asyncio() clears it
1372
* is eventually dequeued by the async daemon,
ncl_doio
() *will*.
1564
ncl_doio
(struct vnode *vp, struct buf *bp, struct ucred *cr, struct thread *td,
function
1592
KASSERT(!(bp->b_flags & B_DONE), ("
ncl_doio
: bp %p already marked done", bp));
1623
/* ASSERT_VOP_LOCKED(vp, "
ncl_doio
"); */
[
all
...]
nfs_clvnops.c
1337
* Called by
ncl_doio
() from below the buffer cache.
2266
* Called from below the buffer cache by
ncl_doio
().
2580
* calling ncl_asyncio(), otherwise just all
ncl_doio
() to do the
2605
(void)
ncl_doio
(ap->a_vp, bp, cr, curthread, 1);
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026