Home
last modified time | relevance | path

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

/freebsd/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.h641 int bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn,
/freebsd/sys/kern/
H A Dvfs_subr.c109 static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
2411 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument
2422 TAILQ_FOREACH_SAFE(bp, &bufv->bv_hd, b_bobufs, nbp) { in flushbuflist()
2480 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist() argument
2490 bp = BUF_PCTRIE_LOOKUP_GE(&bufv->bv_root, lblkno); in bnoreuselist()
2678 struct bufv *bv; in buf_vlist_remove()
2707 struct bufv *bv; in buf_vlist_add()
3142 struct bufv *bv; in reassignbuf()