Home
last modified time | relevance | path

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

/f-stack/freebsd/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.h635 int bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn,
/f-stack/freebsd/kern/
H A Dvfs_subr.c106 static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
2087 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument
2098 TAILQ_FOREACH_SAFE(bp, &bufv->bv_hd, b_bobufs, nbp) { in flushbuflist()
2156 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist() argument
2166 bp = BUF_PCTRIE_LOOKUP_GE(&bufv->bv_root, lblkno); in bnoreuselist()
2351 struct bufv *bv; in buf_vlist_remove()
2380 struct bufv *bv; in buf_vlist_add()
2812 struct bufv *bv; in reassignbuf()