Searched refs:bo_dirty (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | bufobj.h | 106 struct bufv bo_dirty; /* i Dirty buffers */ member
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_subr.c | 1863 VNASSERT(pctrie_is_empty(&bo->bo_dirty.bv_root), vp, in freevnode() 1994 if (bo->bo_dirty.bv_cnt > 0) { in bufobj_invalbuf() 2019 error = flushbuflist(&bo->bo_dirty, in bufobj_invalbuf() 2060 bo->bo_dirty.bv_cnt > 0) in bufobj_invalbuf() 2363 bv = &bp->b_bufobj->bo_dirty; in buf_vlist_remove() 2393 bv = &bo->bo_dirty; in buf_vlist_add() 2865 bv = &bo->bo_dirty; in reassignbuf() 4004 if (!TAILQ_EMPTY(&vp->v_bufobj.bo_dirty.bv_hd)) in vgonel() 4012 KASSERT(TAILQ_EMPTY(&vp->v_bufobj.bo_dirty.bv_hd) && in vgonel() 4013 vp->v_bufobj.bo_dirty.bv_cnt == 0 && in vgonel() [all …]
|
| H A D | vfs_default.c | 1141 error = bnoreuselist(&bo->bo_dirty, bo, startn, endn); in vop_stdadvise() 1361 if (vp->v_bufobj.bo_dirty.bv_cnt == 0) {
|
| H A D | vfs_vnops.c | 2729 TAILQ_FOREACH(bp, &bo->bo_dirty.bv_hd, b_bobufs) { in vn_fsync_buf() 2738 TAILQ_FOREACH_SAFE(bp, &bo->bo_dirty.bv_hd, b_bobufs, nbp) { in vn_fsync_buf() 2779 if (bo->bo_dirty.bv_cnt > 0) { in vn_fsync_buf() 2785 TAILQ_FOREACH(bp, &bo->bo_dirty.bv_hd, b_bobufs) in vn_fsync_buf()
|
| H A D | vfs_bio.c | 2329 if (bo->bo_dirty.bv_cnt > dirtybufthresh + 10) { in bufbdflush() 2332 } else if (bo->bo_dirty.bv_cnt > dirtybufthresh) { in bufbdflush() 2337 TAILQ_FOREACH(nbp, &bo->bo_dirty.bv_hd, b_bobufs) { in bufbdflush() 5049 TAILQ_INIT(&bo->bo_dirty.bv_hd); in bufobj_init() 5493 TAILQ_FOREACH(bp, &vp->v_bufobj.bo_dirty.bv_hd, b_bobufs) { in DB_SHOW_COMMAND()
|