Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dbitmap.h56 static inline int xagb_bitmap_set(struct xagb_bitmap *bitmap, in xagb_bitmap_set() function
H A Drmap.c373 return xagb_bitmap_set(bitmap, agbno, 1); in xchk_rmapbt_walk_agfl()
397 error = xagb_bitmap_set(&cr->fs_owned, XFS_SB_BLOCK(mp), in xchk_rmapbt_walk_ag_metadata()
404 error = xagb_bitmap_set(&cr->log_owned, in xchk_rmapbt_walk_ag_metadata()
H A Dagheader_repair.c485 error = xagb_bitmap_set(ra->freesp, rec->rm_startblock, in xrep_agfl_walk_rmap()
515 error = xagb_bitmap_set(&ra->crossed, agbno, 1); in xrep_agfl_check_extent()
664 error = xagb_bitmap_set(&af->used_extents, start, agbno - 1); in xrep_agfl_fill()
H A Dbitmap.c285 return xagb_bitmap_set(bitmap, agbno, 1); in xagb_bitmap_visit_btblock()