Searched refs:dwbuf (Results 1 – 3 of 3) sorted by relevance
267 struct dwbuf { struct343 extern struct dwbuf *dwbuf; /* delayed write hash table */
72 struct dwbuf *dwbuf; /* Delayed write buckets */ variable475 dp = (struct buf *)&dwbuf[index]; in brelse()891 dp = (struct buf *)&dwbuf[i]; in bflush()1184 dwbuf = kmem_zalloc(v.v_hbuf * sizeof (struct dwbuf), KM_SLEEP); in binit()1197 dwbuf[i].b_forw = dwbuf[i].b_back = (struct buf *)&dwbuf[i]; in binit()1198 dwbuf[i].av_forw = dwbuf[i].av_back = (struct buf *)&dwbuf[i]; in binit()1799 dwp = (struct buf *)&dwbuf[start]; in bio_recycle()
405 dwp = (struct buf *)&dwbuf[ix]; in fsflush()