v_bioflag 399 kern/vfs_subr.c vp->v_bioflag &= ~VBIOONFREELIST; v_bioflag 608 kern/vfs_subr.c onfreelist = vp->v_bioflag & VBIOONFREELIST; v_bioflag 615 kern/vfs_subr.c vp->v_bioflag &= ~VBIOONFREELIST; v_bioflag 655 kern/vfs_subr.c if (vp->v_bioflag & VBIOONFREELIST) { v_bioflag 661 kern/vfs_subr.c vp->v_bioflag |= VBIOONFREELIST; v_bioflag 710 kern/vfs_subr.c if (vp->v_usecount == 0 && !(vp->v_bioflag & VBIOONFREELIST)) v_bioflag 754 kern/vfs_subr.c if (vp->v_usecount == 0 && !(vp->v_bioflag & VBIOONFREELIST)) v_bioflag 770 kern/vfs_subr.c if ((vp->v_bioflag & VBIOONFREELIST) && v_bioflag 1093 kern/vfs_subr.c (vp->v_bioflag & VBIOONFREELIST)) { v_bioflag 1199 kern/vfs_subr.c if (vp->v_bioflag & VBIOWAIT) v_bioflag 1201 kern/vfs_subr.c if (vp->v_bioflag & VBIOONFREELIST) v_bioflag 1203 kern/vfs_subr.c if (vp->v_bioflag & VBIOONSYNCLIST) v_bioflag 1785 kern/vfs_subr.c vp->v_bioflag |= VBIOWAIT; v_bioflag 1808 kern/vfs_subr.c if ((vp->v_bioflag & VBIOWAIT) && vp->v_numoutput == 0) { v_bioflag 1809 kern/vfs_subr.c vp->v_bioflag &= ~VBIOWAIT; v_bioflag 1985 kern/vfs_subr.c if ((vp->v_bioflag & VBIOONSYNCLIST) && v_bioflag 1987 kern/vfs_subr.c vp->v_bioflag &= ~VBIOONSYNCLIST; v_bioflag 2002 kern/vfs_subr.c if ((vp->v_bioflag & VBIOONFREELIST) && v_bioflag 2065 kern/vfs_subr.c if ((vp->v_bioflag & VBIOONSYNCLIST) && v_bioflag 2067 kern/vfs_subr.c vp->v_bioflag &= ~VBIOONSYNCLIST; v_bioflag 2072 kern/vfs_subr.c if ((vp->v_bioflag & VBIOONSYNCLIST) == 0) { v_bioflag 124 kern/vfs_sync.c if (vp->v_bioflag & VBIOONSYNCLIST) v_bioflag 127 kern/vfs_sync.c vp->v_bioflag |= VBIOONSYNCLIST; v_bioflag 383 kern/vfs_sync.c vp->v_bioflag &= ~VBIOONSYNCLIST; v_bioflag 91 sys/vnode.h u_int v_bioflag; v_bioflag 5640 ufs/ffs/ffs_softdep.c vp->v_bioflag |= VBIOWAIT;