Lines Matching refs:dispose
1589 struct list_head *dispose = arg; in xfs_buftarg_wait_rele() local
1605 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_wait_rele()
1614 LIST_HEAD(dispose); in xfs_wait_buftarg()
1636 &dispose, LONG_MAX); in xfs_wait_buftarg()
1638 while (!list_empty(&dispose)) { in xfs_wait_buftarg()
1640 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_wait_buftarg()
1664 struct list_head *dispose = arg; in xfs_buftarg_isolate() local
1683 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_isolate()
1695 LIST_HEAD(dispose); in xfs_buftarg_shrink_scan()
1699 xfs_buftarg_isolate, &dispose); in xfs_buftarg_shrink_scan()
1701 while (!list_empty(&dispose)) { in xfs_buftarg_shrink_scan()
1703 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_buftarg_shrink_scan()