Lines Matching refs:dispose
1797 struct list_head *dispose = arg; in xfs_buftarg_wait_rele() local
1813 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_wait_rele()
1822 LIST_HEAD(dispose); in xfs_wait_buftarg()
1845 &dispose, LONG_MAX); in xfs_wait_buftarg()
1847 while (!list_empty(&dispose)) { in xfs_wait_buftarg()
1849 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_wait_buftarg()
1885 struct list_head *dispose = arg; in xfs_buftarg_isolate() local
1904 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_isolate()
1916 LIST_HEAD(dispose); in xfs_buftarg_shrink_scan()
1920 xfs_buftarg_isolate, &dispose); in xfs_buftarg_shrink_scan()
1922 while (!list_empty(&dispose)) { in xfs_buftarg_shrink_scan()
1924 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_buftarg_shrink_scan()