Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbufobj.h67 struct bufv { struct
68 struct buflists bv_hd; /* Sorted blocklist */
69 struct pctrie bv_root; /* Buf trie */
70 int bv_cnt; /* Number of buffers */
/freebsd/sys/kern/
H A Dvfs_subr.c2411 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist()
2480 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist()