Home
last modified time | relevance | path

Searched refs:ncl_asyncio (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfs.h96 int ncl_asyncio(struct nfsmount *, struct buf *, struct ucred *,
H A Dnfs_clbio.c517 if (ncl_asyncio(nmp, rabp, cred, td)) { in ncl_bioread()
700 if (ncl_asyncio(nmp, rabp, cred, td)) { in ncl_bioread()
1403 ncl_asyncio(struct nfsmount *nmp, struct buf *bp, struct ucred *cred, struct thread *td) in ncl_asyncio() function
H A Dnfs_clvnops.c3058 ncl_asyncio(VFSTONFS(vp->v_mount), bp, NOCRED, curthread)) in nfs_strategy()