Home
last modified time | relevance | path

Searched refs:xagb_bitmap_set (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/scrub/
H A Dagb_bitmap.h30 static inline int xagb_bitmap_set(struct xagb_bitmap *bitmap, in xagb_bitmap_set() function
H A Drmap.c383 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 Dalloc_repair.c234 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 Dagheader_repair.c479 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 - start); in xrep_agfl_fill()
H A Drefcount_repair.c272 error = xagb_bitmap_set(&rr->old_refcountbt_blocks, in xrep_refc_walk_rmaps()