Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDvfs_subr.c110 static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
2359 error = flushbuflist(&bo->bo_clean, in bufobj_invalbuf()
2362 error = flushbuflist(&bo->bo_dirty, in bufobj_invalbuf()
2430 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() function