Searched refs:xagb_bitmap_set_btblocks (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/fs/xfs/scrub/ |
D | rmap.c | 426 error = xagb_bitmap_set_btblocks(&cr->ag_owned, cur); in xchk_rmapbt_walk_ag_metadata() 436 error = xagb_bitmap_set_btblocks(&cr->ag_owned, cur); in xchk_rmapbt_walk_ag_metadata() 442 error = xagb_bitmap_set_btblocks(&cr->ag_owned, sc->sa.rmap_cur); in xchk_rmapbt_walk_ag_metadata() 460 error = xagb_bitmap_set_btblocks(&cr->inobt_owned, cur); in xchk_rmapbt_walk_ag_metadata() 471 error = xagb_bitmap_set_btblocks(&cr->inobt_owned, cur); in xchk_rmapbt_walk_ag_metadata() 484 error = xagb_bitmap_set_btblocks(&cr->refcbt_owned, cur); in xchk_rmapbt_walk_ag_metadata()
|
D | agb_bitmap.c | 75 xagb_bitmap_set_btblocks( in xagb_bitmap_set_btblocks() function
|
D | agb_bitmap.h | 63 int xagb_bitmap_set_btblocks(struct xagb_bitmap *bitmap,
|
D | rmap_repair.c | 766 error = xagb_bitmap_set_btblocks(&ri.inobt_blocks, in xrep_rmap_find_inode_rmaps() 830 error = xagb_bitmap_set_btblocks(&refcountbt_blocks, sc->sa.refc_cur); in xrep_rmap_find_refcount_rmaps() 1086 error = xagb_bitmap_set_btblocks(freesp_blocks, sc->sa.bno_cur); in xrep_rmap_try_reserve() 1095 error = xagb_bitmap_set_btblocks(freesp_blocks, sc->sa.cnt_cur); in xrep_rmap_try_reserve()
|
D | agheader_repair.c | 556 error = xagb_bitmap_set_btblocks(&ra.agmetablocks, cur); in xrep_agfl_collect_blocks() 563 error = xagb_bitmap_set_btblocks(&ra.agmetablocks, cur); in xrep_agfl_collect_blocks()
|