sys/kern/vfs_subr.c
105
static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
sys/kern/vfs_subr.c
2452
flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag,
sys/kern/vfs_subr.c
2463
TAILQ_FOREACH_SAFE(bp, &bufv->bv_hd, b_bobufs, nbp) {
sys/kern/vfs_subr.c
2521
bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn)
sys/kern/vfs_subr.c
2531
bp = buf_lookup_ge(bufv, lblkno);
sys/kern/vfs_subr.c
2657
struct bufv *bv;
sys/kern/vfs_subr.c
2703
struct bufv *bv;
sys/kern/vfs_subr.c
2732
struct bufv *bv;
sys/kern/vfs_subr.c
3220
struct bufv *bv;
sys/kern/vfs_subr.c
542
buf_lookup_ge(struct bufv *bv, daddr_t lblkno)
sys/kern/vfs_subr.c
559
buf_insert_lookup_le(struct bufv *bv, struct buf *bp, struct buf **n)
sys/sys/bufobj.h
103
struct bufv bo_clean; /* i Clean buffers */
sys/sys/bufobj.h
104
struct bufv bo_dirty; /* i Dirty buffers */
sys/sys/vnode.h
650
int bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn,