Searched refs:xfs_agbno_to_fsb (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | newbt.c | 240 .fsbno = xfs_agbno_to_fsb(pag, agbno), in xrep_newbt_add_extent() 261 xfs_agbno_to_fsb(sc->sa.pag, XFS_AGFL_BLOCK(sc->mp) + 1); in xrep_newbt_validate_ag_alloc_hint() 465 xfs_agbno_to_fsb(resv->pag, free_agbno), free_aglen, in xrep_newbt_free_extent() 594 ptr->l = cpu_to_be64(xfs_agbno_to_fsb(resv->pag, agbno)); in xrep_newbt_claim_block()
|
| H A D | ialloc_repair.c | 655 xfs_agbno_to_fsb(sc->sa.pag, XFS_IBT_BLOCK(sc->mp)), in xrep_ibt_build_new_trees() 675 xfs_agbno_to_fsb(sc->sa.pag, XFS_FIBT_BLOCK(sc->mp)), in xrep_ibt_build_new_trees()
|
| H A D | refcount_repair.c | 600 xfs_agbno_to_fsb(pag, xfs_refc_block(sc->mp)), in xrep_refc_build_new_tree()
|
| H A D | alloc_repair.c | 546 xfs_agbno_to_fsb(pag, resv->agbno), resv->used, in xrep_abt_dispose_one()
|
| H A D | cow_repair.c | 282 xfs_agbno_to_fsb(pag, xc->next_bno), in xrep_cow_find_bad()
|
| H A D | bmap_repair.c | 280 fsbno = xfs_agbno_to_fsb(to_perag(cur->bc_group), rec->rm_startblock); in xrep_bmap_walk_rmap()
|
| H A D | rmap_repair.c | 1357 xfs_agbno_to_fsb(pag, XFS_RMAP_BLOCK(sc->mp)), in xrep_rmap_build_new_tree()
|
| /linux/fs/xfs/ |
| H A D | xfs_filestream.c | 230 ap->blkno = xfs_agbno_to_fsb(pag, 0); in xfs_filestream_lookup_association() 365 ap->blkno = xfs_agbno_to_fsb(args->pag, 0); in xfs_filestream_select_ag()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.c | 770 xfs_agbno_to_fsb(pag, args.agbno)); in xfs_ialloc_ag_alloc() 812 xfs_agbno_to_fsb(pag, in xfs_ialloc_ag_alloc() 825 xfs_agbno_to_fsb(pag, in xfs_ialloc_ag_alloc() 863 xfs_agbno_to_fsb(pag, in xfs_ialloc_ag_alloc() 2012 return xfs_free_extent_later(tp, xfs_agbno_to_fsb(pag, sagbno), in xfs_difree_inode_chunk() 2058 error = xfs_free_extent_later(tp, xfs_agbno_to_fsb(pag, agbno), in xfs_difree_inode_chunk()
|
| H A D | xfs_ag.h | 340 xfs_agbno_to_fsb( in xfs_agbno_to_fsb() function
|
| H A D | xfs_ag.c | 789 xfs_agbno_to_fsb(pag, aglen - delta)); in xfs_ag_shrink_space()
|
| H A D | xfs_refcount.c | 1367 ri->ri_startblock = xfs_agbno_to_fsb(pag, new_agbno); in xfs_refcount_continue_op()
|