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

/freebsd-11.0-release/sys/nfsclient/
H A Dnfsnode.h130 int n_directio_asyncwr; member in struct:nfsnode
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfsnode.h123 int n_directio_asyncwr; member in struct:nfsnode
H A Dnfs_clbio.c1365 if (np->n_directio_asyncwr == 0)
1511 VTONFS(bp->b_vp)->n_directio_asyncwr++;
1552 np->n_directio_asyncwr--;
1553 if (np->n_directio_asyncwr == 0) {
1557 wakeup((caddr_t)&np->n_directio_asyncwr);
H A Dnfs_clvnops.c791 KASSERT((np->n_directio_asyncwr == 0),
793 np->n_directio_asyncwr));
2932 while (np->n_directio_asyncwr > 0) {
2934 error = newnfs_msleep(td, &np->n_directio_asyncwr,
2963 bo->bo_numoutput == 0 && np->n_directio_asyncwr == 0)
2971 np->n_directio_asyncwr != 0) && trycnt++ < 5) {

Completed in 109 milliseconds