Home
last modified time | relevance | path

Searched refs:resv_list (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/scrub/
H A Dnewbt.c107 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 Dnewbt.h39 struct list_head resv_list; member
H A Dalloc_repair.c584 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 Drmap_repair.c1103 list_for_each_entry_safe(resv, n, &rr->new_btree.resv_list, list) { in xrep_rmap_try_reserve()