Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDbufobj.h67 struct bufv { struct
108 struct bufv bo_clean; /* i Clean buffers */
109 struct bufv bo_dirty; /* i Dirty buffers */
HDvnode.h616 int bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn,
/freebsd-11-stable/sys/kern/
HDvfs_subr.c103 static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
1774 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument
1785 TAILQ_FOREACH_SAFE(bp, &bufv->bv_hd, b_bobufs, nbp) { in flushbuflist()
1835 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist() argument
1845 bp = BUF_PCTRIE_LOOKUP_GE(&bufv->bv_root, lblkno); in bnoreuselist()
1988 struct bufv *bv; in buf_vlist_remove()
2013 struct bufv *bv; in buf_vlist_add()
2430 struct bufv *bv; in reassignbuf()