Searched refs:xagb_bitmap_set (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | rmap_repair.c | 398 return xagb_bitmap_set(&rf->bmbt_blocks, agbno, 1); in xrep_rmap_visit_iroot_btree_block() 636 return xagb_bitmap_set(&ri->ichunk_blocks, agbno, aglen); in xrep_rmap_walk_inobt() 652 error = xagb_bitmap_set(&ri->ichunk_blocks, agbno, aglen); in xrep_rmap_walk_inobt() 689 error = xagb_bitmap_set(&ri.inobt_blocks, in xrep_rmap_find_inode_rmaps() 730 return xagb_bitmap_set(bitmap, irec->rc_startblock, irec->rc_blockcount); in xrep_rmap_walk_cowblocks() 959 return xagb_bitmap_set(ra->bitmap, agbno, 1); in xrep_rmap_walk_agfl() 1037 error = xagb_bitmap_set(freesp_blocks, resv->agbno, resv->len); in xrep_rmap_try_reserve() 1419 error = xagb_bitmap_set(&rfg->rmap_gaps, rfg->next_agbno, in xrep_rmap_find_gaps() 1463 error = xagb_bitmap_set(&rfg.rmap_gaps, rfg.next_agbno, in xrep_rmap_remove_old_tree()
|
D | agb_bitmap.c | 70 return xagb_bitmap_set(bitmap, agbno, 1); in xagb_bitmap_visit_btblock()
|
D | agb_bitmap.h | 30 static inline int xagb_bitmap_set(struct xagb_bitmap *bitmap, in xagb_bitmap_set() function
|
D | rmap.c | 383 return xagb_bitmap_set(bitmap, agbno, 1); in xchk_rmapbt_walk_agfl() 407 error = xagb_bitmap_set(&cr->fs_owned, XFS_SB_BLOCK(mp), in xchk_rmapbt_walk_ag_metadata() 414 error = xagb_bitmap_set(&cr->log_owned, in xchk_rmapbt_walk_ag_metadata()
|
D | alloc_repair.c | 235 error = xagb_bitmap_set(&ra->old_allocbt_blocks, in xrep_abt_walk_rmap() 271 return xagb_bitmap_set(&ra->not_allocbt_blocks, agbno, 1); in xrep_abt_walk_agfl()
|
D | agheader_repair.c | 479 error = xagb_bitmap_set(ra->freesp, rec->rm_startblock, in xrep_agfl_walk_rmap() 508 error = xagb_bitmap_set(&ra->crossed, agbno, 1); in xrep_agfl_check_extent() 655 error = xagb_bitmap_set(&af->used_extents, start, agbno - 1); in xrep_agfl_fill()
|
D | refcount_repair.c | 278 error = xagb_bitmap_set(&rr->old_refcountbt_blocks, in xrep_refc_walk_rmaps()
|
D | ialloc_repair.c | 406 return xagb_bitmap_set(&ri->old_iallocbt_blocks, rec->rm_startblock, in xrep_ibt_record_old_btree_blocks()
|