Lines Matching refs:dispose
1502 struct list_head *dispose = arg; in xfs_buftarg_wait_rele() local
1518 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_wait_rele()
1527 LIST_HEAD(dispose); in xfs_wait_buftarg()
1543 &dispose, LONG_MAX); in xfs_wait_buftarg()
1545 while (!list_empty(&dispose)) { in xfs_wait_buftarg()
1547 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_wait_buftarg()
1571 struct list_head *dispose = arg; in xfs_buftarg_isolate() local
1590 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_isolate()
1602 LIST_HEAD(dispose); in xfs_buftarg_shrink_scan()
1606 xfs_buftarg_isolate, &dispose); in xfs_buftarg_shrink_scan()
1608 while (!list_empty(&dispose)) { in xfs_buftarg_shrink_scan()
1610 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_buftarg_shrink_scan()