Searched refs:xagb_bitmap_set (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | agb_bitmap.c | 70 return xagb_bitmap_set(bitmap, agbno, 1); in xagb_bitmap_visit_btblock()
|
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 | 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 | ialloc_repair.c | 404 return xagb_bitmap_set(&ri->old_iallocbt_blocks, rec->rm_startblock, in xrep_ibt_record_old_btree_blocks()
|