Searched refs:bufv (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | bufobj.h | 67 struct bufv { struct 103 struct bufv bo_clean; /* i Clean buffers */ 104 struct bufv bo_dirty; /* i Dirty buffers */
|
| H A D | vnode.h | 646 int bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn,
|
| /freebsd/sys/kern/ |
| H A D | vfs_subr.c | 105 static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, 546 buf_lookup_ge(struct bufv *bv, daddr_t lblkno) in buf_lookup_ge() 563 buf_insert_lookup_le(struct bufv *bv, struct buf *bp, struct buf **n) in buf_insert_lookup_le() 2456 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument 2467 TAILQ_FOREACH_SAFE(bp, &bufv->bv_hd, b_bobufs, nbp) { in flushbuflist() 2525 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist() argument 2535 bp = buf_lookup_ge(bufv, lblkno); in bnoreuselist() 2661 struct bufv *bv; in v_inval_buf_range_locked() 2707 struct bufv *bv; in buf_vlist_remove() 2736 struct bufv *bv; in buf_vlist_find_or_add() [all …]
|