Home
last modified time | relevance | path

Searched refs:bo_flag (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dbufobj.h106 u_int bo_flag; /* i Flags */ member
/freebsd/sys/kern/
H A Dvfs_subr.c2231 bo->bo_flag = 0; in freevnode()
2721 KASSERT((bo->bo_flag & BO_NOBUFS) == 0, in buf_vlist_find_or_add()
2723 KASSERT((xflags & BX_VNDIRTY) == 0 || (bo->bo_flag & BO_DEAD) == 0, in buf_vlist_find_or_add()
2881 if ((bo->bo_flag & BO_ONWORKLST) && bo->bo_dirty.bv_cnt == 0) { in brelvp()
2882 bo->bo_flag &= ~BO_ONWORKLST; in brelvp()
2905 if (bo->bo_flag & BO_ONWORKLST) in vn_syncer_add_to_worklist()
2908 bo->bo_flag |= BO_ONWORKLST; in vn_syncer_add_to_worklist()
2979 if (((*bo)->bo_flag & BO_ONWORKLST) != 0) { in sync_vnode()
3217 if ((bo->bo_flag & BO_NONSTERILE) == 0) { in reassignbuf()
3224 bo->bo_flag |= BO_NONSTERILE; in reassignbuf()
[all …]
H A Dvfs_bio.c2324 if ((bp->b_bufobj->bo_flag & BO_DEAD) != 0) { in bufwrite()
4015 if ((bo->bo_flag & BO_NONSTERILE) == 0) in getblkx()
5224 if ((--bo->bo_numoutput == 0) && (bo->bo_flag & BO_WWAIT)) { in bufobj_wdrop()
5225 bo->bo_flag &= ~BO_WWAIT; in bufobj_wdrop()
5240 bo->bo_flag |= BO_WWAIT; in bufobj_wwait()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c541 odevvp->v_bufobj.bo_flag |= BO_NOBUFS; in mountmsdosfs()
880 odevvp->v_bufobj.bo_flag &= ~BO_NOBUFS; in mountmsdosfs()
966 pmp->pm_odevvp->v_bufobj.bo_flag &= ~BO_NOBUFS; in msdosfs_unmount()
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c946 odevvp->v_bufobj.bo_flag |= BO_NOBUFS; in ffs_mountfs()
1236 odevvp->v_bufobj.bo_flag &= ~BO_NOBUFS; in ffs_mountfs()
1433 ump->um_odevvp->v_bufobj.bo_flag &= ~BO_NOBUFS; in ffs_unmount()
/freebsd/sys/vm/
H A Dvnode_pager.c233 vp->v_bufobj.bo_flag |= BO_DEAD; in vnode_destroy_vobject()