Home
last modified time | relevance | path

Searched refs:XFS_AGB_TO_FSB (Results 1 – 13 of 13) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_refcount.c975 fsbno = XFS_AGB_TO_FSB(cur->bc_mp, in xfs_refcount_adjust_extents()
1020 fsbno = XFS_AGB_TO_FSB(cur->bc_mp, in xfs_refcount_adjust_extents()
1191 *new_fsb = XFS_AGB_TO_FSB(mp, pag->pag_agno, new_agbno); in xfs_refcount_finish_one()
1196 *new_fsb = XFS_AGB_TO_FSB(mp, pag->pag_agno, new_agbno); in xfs_refcount_finish_one()
1739 fsb = XFS_AGB_TO_FSB(mp, pag->pag_agno, agbno); in xfs_refcount_recover_cow_leftovers()
A Dxfs_format.h429 #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \
662 #define XFS_AGB_TO_FSB(mp,agno,agbno) \ macro
1031 XFS_AGB_TO_FSB(mp, XFS_INO_TO_AGNO(mp,i), XFS_INO_TO_AGBNO(mp,i))
A Dxfs_ialloc.c665 args.fsbno = XFS_AGB_TO_FSB(args.mp, pag->pag_agno, args.agbno); in xfs_ialloc_ag_alloc()
725 args.fsbno = XFS_AGB_TO_FSB(args.mp, pag->pag_agno, args.agbno); in xfs_ialloc_ag_alloc()
746 args.fsbno = XFS_AGB_TO_FSB(args.mp, pag->pag_agno, args.agbno); in xfs_ialloc_ag_alloc()
762 args.fsbno = XFS_AGB_TO_FSB(args.mp, pag->pag_agno, args.agbno); in xfs_ialloc_ag_alloc()
1830 xfs_free_extent_later(tp, XFS_AGB_TO_FSB(mp, agno, sagbno), in xfs_difree_inode_chunk()
1875 xfs_free_extent_later(tp, XFS_AGB_TO_FSB(mp, agno, agbno), in xfs_difree_inode_chunk()
A Dxfs_ag.c805 args.fsbno = XFS_AGB_TO_FSB(mp, agno, aglen - delta); in xfs_ag_shrink_space()
934 return xfs_free_extent(tp, XFS_AGB_TO_FSB(mp, id->agno, in xfs_ag_extend_space()
A Dxfs_refcount_btree.c70 args.fsbno = XFS_AGB_TO_FSB(cur->bc_mp, cur->bc_ag.pag->pag_agno, in xfs_refcountbt_alloc_block()
A Dxfs_ialloc_btree.c107 args.fsbno = XFS_AGB_TO_FSB(args.mp, cur->bc_ag.pag->pag_agno, sbno); in __xfs_inobt_alloc_block()
A Dxfs_alloc.c2467 new->xefi_startblock = XFS_AGB_TO_FSB(mp, agno, agbno); in xfs_defer_agfl_block()
3227 args->fsbno = XFS_AGB_TO_FSB(mp, in xfs_alloc_vextent()
3331 args->fsbno = XFS_AGB_TO_FSB(mp, args->agno, args->agbno); in xfs_alloc_vextent()
A Dxfs_rmap.c2577 bmap.br_startblock = XFS_AGB_TO_FSB(tp->t_mountp, agno, bno); in xfs_rmap_alloc_extent()
2599 bmap.br_startblock = XFS_AGB_TO_FSB(tp->t_mountp, agno, bno); in xfs_rmap_free_extent()
A Dxfs_bmap.c3314 ap->blkno = args->fsbno = XFS_AGB_TO_FSB(mp, ag, 0); in xfs_bmap_btalloc_filestreams()
3488 ap->blkno = XFS_AGB_TO_FSB(mp, 0, 0); in xfs_bmap_exact_minlen_extent_alloc()
3560 ap->blkno = XFS_AGB_TO_FSB(mp, ag, 0); in xfs_bmap_btalloc()
/linux/fs/xfs/scrub/
A Drepair.c309 *fsbno = XFS_AGB_TO_FSB(sc->mp, sc->sa.pag->pag_agno, bno); in xrep_alloc_ag_block()
320 args.fsbno = XFS_AGB_TO_FSB(args.mp, sc->sa.pag->pag_agno, 0); in xrep_alloc_ag_block()
A Dbmap.c520 if (irec.br_startblock != XFS_AGB_TO_FSB(sc->mp, in xchk_bmap_check_rmap()
A Dagheader_repair.c462 fsb = XFS_AGB_TO_FSB(cur->bc_mp, cur->bc_ag.pag->pag_agno, in xrep_agfl_walk_rmap()
/linux/fs/xfs/
A Dxfs_fsmap.c358 fsb = XFS_AGB_TO_FSB(mp, cur->bc_ag.pag->pag_agno, rec->rm_startblock); in xfs_getfsmap_datadev_helper()

Completed in 1330 milliseconds