Lines Matching refs:b_dep
1214 LIST_INIT(&bp->b_dep); in bufinit()
1626 if (!LIST_EMPTY(&bp->b_dep)) in buf_free()
1755 LIST_INIT(&bp->b_dep); in buf_alloc()
2692 if (LIST_EMPTY(&bp->b_dep)) { in brelse()
2719 (bp->b_error != ENXIO || !LIST_EMPTY(&bp->b_dep)) && in brelse()
2752 if (!LIST_EMPTY(&bp->b_dep)) in brelse()
2886 if (LIST_EMPTY(&bp->b_dep)) { in bqrelse()
3611 if (!LIST_EMPTY(&bp->b_dep) && buf_countdeps(bp, 0)) { in flushbufqueues()
4053 if (LIST_EMPTY(&bp->b_dep)) { in getblkx()
4576 if (!LIST_EMPTY(&bp->b_dep)) in bufdone()
4934 if ((ioflag & (IO_VMIO | IO_DIRECT)) != 0 && LIST_EMPTY(&bp->b_dep)) { in b_io_dismiss()
5349 if (LIST_EMPTY(&bp->b_dep)) { in vfs_bio_getpages()
5446 (intmax_t)bp->b_lblkno, bp->b_vp, bp->b_dep.lh_first); in DB_SHOW_COMMAND()