Lines Matching refs:dispose
1504 struct list_head *dispose = arg; in xfs_buftarg_wait_rele() local
1520 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_wait_rele()
1529 LIST_HEAD(dispose); in xfs_wait_buftarg()
1545 &dispose, LONG_MAX); in xfs_wait_buftarg()
1547 while (!list_empty(&dispose)) { in xfs_wait_buftarg()
1549 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_wait_buftarg()
1572 struct list_head *dispose = arg; in xfs_buftarg_isolate() local
1591 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_isolate()
1603 LIST_HEAD(dispose); in xfs_buftarg_shrink_scan()
1607 xfs_buftarg_isolate, &dispose); in xfs_buftarg_shrink_scan()
1609 while (!list_empty(&dispose)) { in xfs_buftarg_shrink_scan()
1611 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_buftarg_shrink_scan()