Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbuf.h462 buf_countdeps(struct buf *bp, int i) in buf_countdeps() function
/f-stack/freebsd/kern/
H A Dvfs_bio.c2346 if (buf_countdeps(nbp, 0)) { in bufbdflush()
3540 if (!LIST_EMPTY(&bp->b_dep) && buf_countdeps(bp, 0)) { in flushbufqueues()