Searched refs:n_directio_asyncwr (Results 1 – 3 of 3) sorted by relevance
122 int n_directio_asyncwr; member
1358 if (np->n_directio_asyncwr == 0) in ncl_vinvalbuf()1504 VTONFS(bp->b_vp)->n_directio_asyncwr++; in ncl_asyncio()1545 np->n_directio_asyncwr--; in ncl_doio_directwrite()1546 if (np->n_directio_asyncwr == 0) { in ncl_doio_directwrite()1550 wakeup((caddr_t)&np->n_directio_asyncwr); in ncl_doio_directwrite()
788 KASSERT((np->n_directio_asyncwr == 0), in nfs_close()790 np->n_directio_asyncwr)); in nfs_close()2929 while (np->n_directio_asyncwr > 0) { in ncl_flush()2931 error = newnfs_msleep(td, &np->n_directio_asyncwr, in ncl_flush()2960 bo->bo_numoutput == 0 && np->n_directio_asyncwr == 0) in ncl_flush()2968 np->n_directio_asyncwr != 0) && trycnt++ < 5) { in ncl_flush()