Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c1181 LIST_INIT(&bp->b_dep); in bufinit()
1581 if (!LIST_EMPTY(&bp->b_dep)) in buf_free()
1710 LIST_INIT(&bp->b_dep); in buf_alloc()
2642 if (LIST_EMPTY(&bp->b_dep)) { in brelse()
2669 (bp->b_error != ENXIO || !LIST_EMPTY(&bp->b_dep)) && in brelse()
2702 if (!LIST_EMPTY(&bp->b_dep)) in brelse()
2836 if (LIST_EMPTY(&bp->b_dep)) { in bqrelse()
3540 if (!LIST_EMPTY(&bp->b_dep) && buf_countdeps(bp, 0)) { in flushbufqueues()
3976 if (LIST_EMPTY(&bp->b_dep)) { in getblkx()
4491 if (!LIST_EMPTY(&bp->b_dep)) in bufdone()
[all …]
/f-stack/freebsd/vm/
H A Dvm_pager.c424 LIST_INIT(&bp->b_dep); in pbuf_init()
/f-stack/freebsd/sys/
H A Dbuf.h145 struct workhead b_dep; /* (D) List of filesystem dependencies. */ member