Searched refs:xagb_bitmap_set_btblocks (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A 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()
|
| H A D | agb_bitmap.c | 75 xagb_bitmap_set_btblocks( in xagb_bitmap_set_btblocks() function
|
| H A D | agb_bitmap.h | 63 int xagb_bitmap_set_btblocks(struct xagb_bitmap *bitmap,
|
| H A D | rmap_repair.c | 763 error = xagb_bitmap_set_btblocks(&ri.inobt_blocks, in xrep_rmap_find_inode_rmaps() 827 error = xagb_bitmap_set_btblocks(&refcountbt_blocks, sc->sa.refc_cur); in xrep_rmap_find_refcount_rmaps() 1081 error = xagb_bitmap_set_btblocks(freesp_blocks, sc->sa.bno_cur); in xrep_rmap_try_reserve() 1090 error = xagb_bitmap_set_btblocks(freesp_blocks, sc->sa.cnt_cur); in xrep_rmap_try_reserve()
|
| H A 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()
|