Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dbufobj.h67 struct bufv { struct
103 struct bufv bo_clean; /* i Clean buffers */
104 struct bufv bo_dirty; /* i Dirty buffers */
H A Dvnode.h644 int bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn,
/freebsd-14.2/sys/kern/
H A Dvfs_subr.c111 static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
2410 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument
2421 TAILQ_FOREACH_SAFE(bp, &bufv->bv_hd, b_bobufs, nbp) { in flushbuflist()
2479 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist() argument
2489 bp = BUF_PCTRIE_LOOKUP_GE(&bufv->bv_root, lblkno); in bnoreuselist()
2677 struct bufv *bv; in buf_vlist_remove()
2706 struct bufv *bv; in buf_vlist_add()
3141 struct bufv *bv; in reassignbuf()