Searched refs:resv_list (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | newbt.c | 107 INIT_LIST_HEAD(&xnr->resv_list); in xrep_newbt_init_ag() 217 list_add_tail(&resv->list, &xnr->resv_list); in xrep_newbt_add_blocks() 491 list_for_each_entry_safe(resv, n, &xnr->resv_list, list) { in xrep_newbt_free() 521 list_for_each_entry_safe(resv, n, &xnr->resv_list, list) { in xrep_newbt_free() 573 resv = list_first_entry(&xnr->resv_list, struct xrep_newbt_resv, list); in xrep_newbt_claim_block() 589 list_move_tail(&resv->list, &xnr->resv_list); in xrep_newbt_claim_block() 610 list_for_each_entry(resv, &xnr->resv_list, list) in xrep_newbt_unused_blocks()
|
| H A D | newbt.h | 39 struct list_head resv_list; member
|
| H A D | alloc_repair.c | 584 list_for_each_entry_safe(resv, n, &ra->new_bnobt.resv_list, list) { in xrep_abt_dispose_reservations() 591 list_for_each_entry_safe(resv, n, &ra->new_bnobt.resv_list, list) { in xrep_abt_dispose_reservations()
|
| H A D | rmap_repair.c | 1103 list_for_each_entry_safe(resv, n, &rr->new_btree.resv_list, list) { in xrep_rmap_try_reserve()
|