Searched refs:nfs_asyncio (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/nfsclient/
H A Dnfs.h258 int nfs_asyncio(struct nfsmount *, struct buf *, struct ucred *, struct thread *);
H A Dnfs_bio.c497 if (nfs_asyncio(nmp, rabp, cred, td)) {
660 if (nfs_asyncio(nmp, rabp, cred, td)) {
824 error = nfs_asyncio(nmp, bp, NOCRED, td);
1225 * the buffer. nfs_doio() clears B_INVAL (and nfs_asyncio() clears it
1332 * Note: nfs_asyncio() does not clear (BIO_ERROR|B_INVAL) but when the bp
1336 nfs_asyncio(struct nfsmount *nmp, struct buf *bp, struct ucred *cred, struct thread *td) function
1387 NFS_DPF(ASYNCIO, ("nfs_asyncio: waking iod %d for mount %p\n",
1402 ("nfs_asyncio: %d iods are already processing mount %p\n",
1419 ("nfs_asyncio: waiting for mount %p queue to drain\n", nmp));
1445 ("nfs_asyncio
[all...]
H A Dnfs_vnops.c2928 * calling nfs_asyncio(), otherwise just all nfs_doio() to do the
2952 nfs_asyncio(VFSTONFS(ap->a_vp->v_mount), bp, NOCRED, curthread))

Completed in 51 milliseconds