Searched refs:xagb_bitmap_set (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | rmap_repair.c | 398 return xagb_bitmap_set(&rf->bmbt_blocks, agbno, 1); in xrep_rmap_visit_iroot_btree_block() 702 return xagb_bitmap_set(&ri->ichunk_blocks, agbno, aglen); in xrep_rmap_walk_inobt() 718 error = xagb_bitmap_set(&ri->ichunk_blocks, agbno, aglen); in xrep_rmap_walk_inobt() 755 error = xagb_bitmap_set(&ri.inobt_blocks, in xrep_rmap_find_inode_rmaps() 796 return xagb_bitmap_set(bitmap, irec->rc_startblock, irec->rc_blockcount); in xrep_rmap_walk_cowblocks() 1023 return xagb_bitmap_set(ra->bitmap, agbno, 1); in xrep_rmap_walk_agfl() 1101 error = xagb_bitmap_set(freesp_blocks, resv->agbno, resv->len); in xrep_rmap_try_reserve() 1482 error = xagb_bitmap_set(&rfg->rmap_gaps, rfg->next_agbno, in xrep_rmap_find_gaps() 1526 error = xagb_bitmap_set(&rfg.rmap_gaps, rfg.next_agbno, in xrep_rmap_remove_old_tree()
|
| H A D | agb_bitmap.h | 30 static inline int xagb_bitmap_set(struct xagb_bitmap *bitmap, in xagb_bitmap_set() function
|
| H A 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()
|
| H A D | alloc_repair.c | 234 error = xagb_bitmap_set(&ra->old_allocbt_blocks, in xrep_abt_walk_rmap() 270 return xagb_bitmap_set(&ra->not_allocbt_blocks, agbno, 1); in xrep_abt_walk_agfl()
|
| H A 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()
|
| H A D | refcount_repair.c | 272 error = xagb_bitmap_set(&rr->old_refcountbt_blocks, in xrep_refc_walk_rmaps()
|
| H A D | ialloc_repair.c | 404 return xagb_bitmap_set(&ri->old_iallocbt_blocks, rec->rm_startblock, in xrep_ibt_record_old_btree_blocks()
|