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

  /src/sys/fs/nfs/client/
nfsnode.h 122 int n_directio_asyncwr; member in struct:nfsnode
nfs_clbio.c 1358 if (np->n_directio_asyncwr == 0)
1504 VTONFS(bp->b_vp)->n_directio_asyncwr++;
1545 np->n_directio_asyncwr--;
1546 if (np->n_directio_asyncwr == 0) {
1550 wakeup((caddr_t)&np->n_directio_asyncwr);
nfs_clvnops.c 788 KASSERT((np->n_directio_asyncwr == 0),
790 np->n_directio_asyncwr));
2929 while (np->n_directio_asyncwr > 0) {
2931 error = newnfs_msleep(td, &np->n_directio_asyncwr,
2960 bo->bo_numoutput == 0 && np->n_directio_asyncwr == 0)
2968 np->n_directio_asyncwr != 0) && trycnt++ < 5) {

Completed in 15 milliseconds