Searched refs:b_dep (Results 1 – 3 of 3) sorted by relevance
1181 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 …]
424 LIST_INIT(&bp->b_dep); in pbuf_init()
145 struct workhead b_dep; /* (D) List of filesystem dependencies. */ member