Lines Matching refs:bufv
110 static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
547 buf_lookup_ge(struct bufv *bv, daddr_t lblkno) in buf_lookup_ge()
564 buf_insert_lookup_le(struct bufv *bv, struct buf *bp, struct buf **n) in buf_insert_lookup_le()
2438 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument
2449 TAILQ_FOREACH_SAFE(bp, &bufv->bv_hd, b_bobufs, nbp) { in flushbuflist()
2507 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist() argument
2517 bp = buf_lookup_ge(bufv, lblkno); in bnoreuselist()
2643 struct bufv *bv; in v_inval_buf_range_locked()
2689 struct bufv *bv; in buf_vlist_remove()
2718 struct bufv *bv; in buf_vlist_find_or_add()
3206 struct bufv *bv; in reassignbuf()