Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c109 static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
2340 error = flushbuflist(&bo->bo_clean, in bufobj_invalbuf()
2343 error = flushbuflist(&bo->bo_dirty, in bufobj_invalbuf()
2411 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() function