VBIOONFREELIST    399 kern/vfs_subr.c 		vp->v_bioflag &= ~VBIOONFREELIST;
VBIOONFREELIST    608 kern/vfs_subr.c 	onfreelist = vp->v_bioflag & VBIOONFREELIST;
VBIOONFREELIST    615 kern/vfs_subr.c 		vp->v_bioflag &= ~VBIOONFREELIST;
VBIOONFREELIST    655 kern/vfs_subr.c 	if (vp->v_bioflag & VBIOONFREELIST) {
VBIOONFREELIST    661 kern/vfs_subr.c 	vp->v_bioflag |= VBIOONFREELIST;
VBIOONFREELIST    710 kern/vfs_subr.c 	if (vp->v_usecount == 0 && !(vp->v_bioflag & VBIOONFREELIST))
VBIOONFREELIST    754 kern/vfs_subr.c 	if (vp->v_usecount == 0 && !(vp->v_bioflag & VBIOONFREELIST))
VBIOONFREELIST    770 kern/vfs_subr.c 	if ((vp->v_bioflag & VBIOONFREELIST) &&
VBIOONFREELIST   1093 kern/vfs_subr.c 	    (vp->v_bioflag & VBIOONFREELIST)) {
VBIOONFREELIST   1201 kern/vfs_subr.c 	if (vp->v_bioflag & VBIOONFREELIST)
VBIOONFREELIST   2002 kern/vfs_subr.c 	if ((vp->v_bioflag & VBIOONFREELIST) &&