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

/netbsd-current/sys/fs/nfs/client/
H A Dnfsnode.h122 int n_directio_asyncwr; member in struct:nfsnode
H A Dnfs_clbio.c1358 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);
H A Dnfs_clvnops.c788 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 104 milliseconds