Searched refs:v_iterblkflags (Results 1 – 3 of 3) sorted by relevance
2161 while (vp->v_iterblkflags & VBI_ITER) { in buf_iterprepare()2162 vp->v_iterblkflags |= VBI_ITERWANT; in buf_iterprepare()2163 msleep(&vp->v_iterblkflags, &buf_mtx, 0, "buf_iterprepare", NULL); in buf_iterprepare()2169 vp->v_iterblkflags |= VBI_ITER; in buf_iterprepare()2199 vp->v_iterblkflags &= ~VBI_ITER; in buf_itercomplete()2201 if (vp->v_iterblkflags & VBI_ITERWANT) { in buf_itercomplete()2202 vp->v_iterblkflags &= ~VBI_ITERWANT; in buf_itercomplete()2203 wakeup(&vp->v_iterblkflags); in buf_itercomplete()
6063 vp->v_iterblkflags = 0; in new_vnode()
169 uint8_t v_iterblkflags; /* buf iterator flags */ member