Lines Matching refs:dispose
1068 * buffer for the LRU and clear the (now stale) dispose list
1797 struct list_head *dispose = arg;
1813 list_lru_isolate_move(lru, item, dispose);
1822 LIST_HEAD(dispose);
1845 &dispose, LONG_MAX);
1847 while (!list_empty(&dispose)) {
1849 bp = list_first_entry(&dispose, struct xfs_buf, b_lru);
1885 struct list_head *dispose = arg;
1904 list_lru_isolate_move(lru, item, dispose);
1916 LIST_HEAD(dispose);
1920 xfs_buftarg_isolate, &dispose);
1922 while (!list_empty(&dispose)) {
1924 bp = list_first_entry(&dispose, struct xfs_buf, b_lru);