Lines Matching refs:dispose
1047 * buffer for the LRU and clear the (now stale) dispose list
1789 struct list_head *dispose = arg;
1805 list_lru_isolate_move(lru, item, dispose);
1838 LIST_HEAD(dispose);
1847 &dispose, LONG_MAX);
1849 while (!list_empty(&dispose)) {
1851 bp = list_first_entry(&dispose, struct xfs_buf, b_lru);
1887 struct list_head *dispose = arg;
1906 list_lru_isolate_move(lru, item, dispose);
1918 LIST_HEAD(dispose);
1922 xfs_buftarg_isolate, &dispose);
1924 while (!list_empty(&dispose)) {
1926 bp = list_first_entry(&dispose, struct xfs_buf, b_lru);