Home
last modified time | relevance | path

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

/freebsd-12.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.h601 int bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn,
/freebsd-12.1/sys/kern/
H A Dvfs_subr.c104 static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
1845 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument
1856 TAILQ_FOREACH_SAFE(bp, &bufv->bv_hd, b_bobufs, nbp) { in flushbuflist()
1906 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist() argument
1916 bp = BUF_PCTRIE_LOOKUP_GE(&bufv->bv_root, lblkno); in bnoreuselist()
2101 struct bufv *bv; in buf_vlist_remove()
2126 struct bufv *bv; in buf_vlist_add()
2543 struct bufv *bv; in reassignbuf()