Searched refs:bufqueue (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_bio.c | 107 struct bufqueue { struct 121 struct bufqueue *bd_subq; argument 122 struct bufqueue bd_dirtyq; 1568 bq = bufqueue(bp); in bufqueue_acquire() 1571 nbq = bufqueue(bp); in bufqueue_acquire() 1591 struct bufqueue *bq; in binsfree() 1687 struct bufqueue *bq; in buf_release() 1787 struct bufqueue *bq; in buf_recycle() 1902 struct bufqueue *bq; in bremfreef() 1994 struct bufqueue *bq; in bd_flushall() [all …]
|
| /freebsd-14.2/sbin/fsck_ffs/ |
| H A D | fsutil.c | 80 static TAILQ_HEAD(bufqueue, bufarea) bufqueuehd; /* head of buffer cache LRU */ 340 bp = TAILQ_LAST(&bufqueuehd, bufqueue); in getdatablk() 362 TAILQ_FOREACH_REVERSE(bp, &bufqueuehd, bufqueue, b_list) in getdatablk() 374 TAILQ_FOREACH_REVERSE(bp, &bufqueuehd, bufqueue, b_list) in getdatablk() 533 TAILQ_FOREACH_REVERSE(bp, &bufqueuehd, bufqueue, b_list) in snapflush() 681 TAILQ_FOREACH_REVERSE_SAFE(bp, &bufqueuehd, bufqueue, b_list, nbp) { in ckfini() 718 TAILQ_FOREACH_REVERSE_SAFE(bp, &bufqueuehd, bufqueue, b_list, nbp) { in ckfini()
|