VBIOONSYNCLIST 1203 kern/vfs_subr.c if (vp->v_bioflag & VBIOONSYNCLIST)
VBIOONSYNCLIST 1985 kern/vfs_subr.c if ((vp->v_bioflag & VBIOONSYNCLIST) &&
VBIOONSYNCLIST 1987 kern/vfs_subr.c vp->v_bioflag &= ~VBIOONSYNCLIST;
VBIOONSYNCLIST 2065 kern/vfs_subr.c if ((vp->v_bioflag & VBIOONSYNCLIST) &&
VBIOONSYNCLIST 2067 kern/vfs_subr.c vp->v_bioflag &= ~VBIOONSYNCLIST;
VBIOONSYNCLIST 2072 kern/vfs_subr.c if ((vp->v_bioflag & VBIOONSYNCLIST) == 0) {
VBIOONSYNCLIST 124 kern/vfs_sync.c if (vp->v_bioflag & VBIOONSYNCLIST)
VBIOONSYNCLIST 127 kern/vfs_sync.c vp->v_bioflag |= VBIOONSYNCLIST;
VBIOONSYNCLIST 383 kern/vfs_sync.c vp->v_bioflag &= ~VBIOONSYNCLIST;