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 | 649 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, 542 buf_lookup_ge(struct bufv *bv, daddr_t lblkno) in buf_lookup_ge() 559 buf_insert_lookup_le(struct bufv *bv, struct buf *bp, struct buf **n) in buf_insert_lookup_le() 2452 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument 2463 TAILQ_FOREACH_SAFE(bp, &bufv->bv_hd, b_bobufs, nbp) { in flushbuflist() 2521 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist() argument 2531 bp = buf_lookup_ge(bufv, lblkno); in bnoreuselist() 2657 struct bufv *bv; in v_inval_buf_range_locked() 2703 struct bufv *bv; in buf_vlist_remove() 2732 struct bufv *bv; in buf_vlist_find_or_add() [all …]
|