Searched refs:v_bioflag (Results 1 – 6 of 6) sorted by relevance
444 vp->v_bioflag &= ~VBIOONFREELIST; in getnewvnode()672 vp->v_bioflag &= ~VBIOONFREELIST; in vget()729 vp->v_bioflag |= VBIOONFREELIST; in vputonfreelist()730 vp->v_bioflag &= ~VBIOERROR; in vputonfreelist()1325 if (vp->v_bioflag & VBIOWAIT) in vprint()1327 if (vp->v_bioflag & VBIOONFREELIST) in vprint()1329 if (vp->v_bioflag & VBIOONSYNCLIST) in vprint()1921 vp->v_bioflag |= VBIOWAIT; in vwaitforio()1945 vp->v_bioflag &= ~VBIOWAIT; in vwakeup()2139 vp->v_bioflag &= ~VBIOONSYNCLIST; in brelvp()[all …]
116 if (vp->v_bioflag & VBIOONSYNCLIST) in vn_syncer_add_to_worklist()119 vp->v_bioflag |= VBIOONSYNCLIST; in vn_syncer_add_to_worklist()350 vp->v_bioflag &= ~VBIOONSYNCLIST; in sync_inactive()
313 if (r == 0 && vp->v_bioflag & VBIOERROR) in VOP_FSYNC()
881 SET(bp->b_vp->v_bioflag, VBIOERROR); in brelse()
495 if (vp->v_bioflag & VBIOWAIT) in vnode_print()499 if (vp->v_bioflag & VBIOONFREELIST) in vnode_print()503 if (vp->v_bioflag & VBIOONSYNCLIST) in vnode_print()
107 u_int v_bioflag; /* [B] flags accessed in interrupts */ member