Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c106 struct bufqueue { struct
120 struct bufqueue *bd_subq; argument
121 struct bufqueue bd_dirtyq;
1573 bq = bufqueue(bp); in bufqueue_acquire()
1576 nbq = bufqueue(bp); in bufqueue_acquire()
1596 struct bufqueue *bq; in binsfree()
1692 struct bufqueue *bq; in buf_release()
1792 struct bufqueue *bq; in buf_recycle()
1907 struct bufqueue *bq; in bremfreef()
1999 struct bufqueue *bq; in bd_flushall()
[all …]
/freebsd/sbin/fsck_ffs/
H A Dfsutil.c73 static TAILQ_HEAD(bufqueue, bufarea) bufqueuehd; /* head of buffer cache LRU */
333 bp = TAILQ_LAST(&bufqueuehd, bufqueue); in getdatablk()
355 TAILQ_FOREACH_REVERSE(bp, &bufqueuehd, bufqueue, b_list) in getdatablk()
367 TAILQ_FOREACH_REVERSE(bp, &bufqueuehd, bufqueue, b_list) in getdatablk()
526 TAILQ_FOREACH_REVERSE(bp, &bufqueuehd, bufqueue, b_list) in snapflush()
674 TAILQ_FOREACH_REVERSE_SAFE(bp, &bufqueuehd, bufqueue, b_list, nbp) { in ckfini()
711 TAILQ_FOREACH_REVERSE_SAFE(bp, &bufqueuehd, bufqueue, b_list, nbp) { in ckfini()