Searched refs:bufqueue (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | vfs_bio.c | 105 struct bufqueue { struct 120 struct bufqueue bd_dirtyq; 1510 static struct bufqueue * 1544 bq = bufqueue(bp); in bufqueue_acquire() 1547 nbq = bufqueue(bp); in bufqueue_acquire() 1567 struct bufqueue *bq; in binsfree() 1663 struct bufqueue *bq; in buf_release() 1763 struct bufqueue *bq; in buf_recycle() 1878 struct bufqueue *bq; in bremfreef() 1967 struct bufqueue *bq; in bd_flushall() [all …]
|
| /freebsd-13.1/sbin/fsck_ffs/ |
| H A D | fsutil.c | 82 static TAILQ_HEAD(bufqueue, bufarea) bufqueuehd; /* head of buffer cache LRU */ 330 bp = TAILQ_LAST(&bufqueuehd, bufqueue); in getdatablk() 350 TAILQ_FOREACH_REVERSE(bp, &bufqueuehd, bufqueue, b_list) in getdatablk() 362 TAILQ_FOREACH_REVERSE(bp, &bufqueuehd, bufqueue, b_list) in getdatablk() 624 TAILQ_FOREACH_REVERSE_SAFE(bp, &bufqueuehd, bufqueue, b_list, nbp) { in ckfini() 667 TAILQ_FOREACH_REVERSE_SAFE(bp, &bufqueuehd, bufqueue, b_list, nbp) { in ckfini()
|