Searched refs:xfs_gbno_to_fsb (Results 1 – 7 of 7) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_group.h | 110 xfs_gbno_to_fsb( in xfs_gbno_to_fsb() function 127 fsbno = xfs_gbno_to_fsb(xg, gbno); in xfs_gbno_to_daddr()
|
H A D | xfs_rtgroup.h | 201 return xfs_gbno_to_fsb(rtg_group(rtg), rgbno); in xfs_rgbno_to_rtb()
|
H A D | xfs_refcount.c | 1140 xfs_gbno_to_fsb(cur->bc_group, rec->rc_startblock), in xrefc_free_extent() 2134 fsb = xfs_gbno_to_fsb(xg, rr->rr_rrec.rc_startblock); in xfs_refcount_recover_cow_leftovers()
|
/linux/fs/xfs/scrub/ |
H A D | cow_repair.c | 155 xfs_gbno_to_fsb(cur->bc_group, rrec.rc_startblock), in xrep_cow_mark_shared_staging() 187 xfs_gbno_to_fsb(cur->bc_group, xc->next_bno), in xrep_cow_mark_missing_staging() 230 xfs_gbno_to_fsb(cur->bc_group, rec_bno), rec_len); in xrep_cow_mark_missing_staging_rmap()
|
H A D | rtrefcount_repair.c | 377 xfs_gbno_to_fsb(cur->bc_group, rec->rm_startblock), in xrep_rtrefc_walk_rmap()
|
H A D | rtrmap_repair.c | 406 xfs_gbno_to_fsb(cur->bc_group, rec->rm_startblock), in xrep_rtrmap_walk_rmap()
|
H A D | bmap.c | 664 xfs_gbno_to_fsb(cur->bc_group, check_rec.rm_startblock)) in xchk_bmap_check_rmap()
|