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

  /src/sys/fs/nfs/client/
nfs.h 100 int ncl_asyncio(struct nfsmount *, struct buf *, struct kauth_cred *,
nfs_clbio.c 483 if (ncl_asyncio(nmp, rabp, cred, td)) {
646 if (ncl_asyncio(nmp, rabp, cred, td)) {
810 error = ncl_asyncio(nmp, bp, NOCRED, td);
1253 * the buffer. ncl_doio() clears B_INVAL (and ncl_asyncio() clears it
1371 * Note: ncl_asyncio() does not clear (BIO_ERROR|B_INVAL) but when the bp
1375 ncl_asyncio(struct nfsmount *nmp, struct buf *bp, struct ucred *cred, struct thread *td) function in typeref:typename:int
1426 NFS_DPF(ASYNCIO, ("ncl_asyncio: waking iod %d for mount %p\n",
1441 ("ncl_asyncio: %d iods are already processing mount %p\n",
1458 ("ncl_asyncio: waiting for mount %p queue to drain\n", nmp));
1484 ("ncl_asyncio: no iods after mount %p queue was drained, looping\n", nmp))
    [all...]
nfs_clvnops.c 2580 * calling ncl_asyncio(), otherwise just all ncl_doio() to do the
2604 ncl_asyncio(VFSTONFS(ap->a_vp->v_mount), bp, NOCRED, curthread))

Completed in 18 milliseconds