Home
last modified time | relevance | path

Searched refs:bufv (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dbufobj.h69 struct bufv { struct
105 struct bufv bo_clean; /* i Clean buffers */
106 struct bufv bo_dirty; /* i Dirty buffers */
H A Dvnode.h642 int bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn,
/freebsd-13.1/sys/kern/
H A Dvfs_subr.c107 static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
2156 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument
2167 TAILQ_FOREACH_SAFE(bp, &bufv->bv_hd, b_bobufs, nbp) { in flushbuflist()
2225 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist() argument
2235 bp = BUF_PCTRIE_LOOKUP_GE(&bufv->bv_root, lblkno); in bnoreuselist()
2420 struct bufv *bv; in buf_vlist_remove()
2449 struct bufv *bv; in buf_vlist_add()
2881 struct bufv *bv; in reassignbuf()