Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A 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 */
/f-stack/freebsd/kern/
H A Dvfs_subr.c2087 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist()
2156 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist()