Home
last modified time | relevance | path

Searched defs:bufv (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/sys/
Dbufobj.h69 struct bufv { struct
70 struct buflists bv_hd; /* Sorted blocklist */
71 struct pctrie bv_root; /* Buf trie */
72 int bv_cnt; /* Number of buffers */
/freebsd-12-stable/sys/kern/
Dvfs_subr.c1833 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist()
1894 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist()