sys/kern/vfs_subr.c
105
static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
sys/kern/vfs_subr.c
2477
flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag,
sys/kern/vfs_subr.c
2488
TAILQ_FOREACH_SAFE(bp, &bufv->bv_hd, b_bobufs, nbp) {
sys/kern/vfs_subr.c
2546
bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn)
sys/kern/vfs_subr.c
2556
bp = buf_lookup_ge(bufv, lblkno);
sys/kern/vfs_subr.c
2682
struct bufv *bv;
sys/kern/vfs_subr.c
2728
struct bufv *bv;
sys/kern/vfs_subr.c
2757
struct bufv *bv;
sys/kern/vfs_subr.c
3245
struct bufv *bv;
sys/kern/vfs_subr.c
546
buf_lookup_ge(struct bufv *bv, daddr_t lblkno)
sys/kern/vfs_subr.c
563
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
654
int bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn,