Searched refs:XFS_AGB_TO_FSB (Results 1 – 14 of 14) sorted by relevance
/linux-4.19.296/fs/xfs/scrub/ |
D | trace.c | 35 return XFS_AGB_TO_FSB(cur->bc_mp, cur->bc_private.a.agno, 0); in xchk_btree_cur_fsbno()
|
D | repair.c | 319 *fsbno = XFS_AGB_TO_FSB(sc->mp, sc->sa.agno, bno); in xrep_alloc_ag_block() 330 args.fsbno = XFS_AGB_TO_FSB(args.mp, sc->sa.agno, 0); in xrep_alloc_ag_block()
|
D | bmap.c | 482 if (irec.br_startblock != XFS_AGB_TO_FSB(sc->mp, in xchk_bmap_check_rmap()
|
D | agheader_repair.c | 465 fsb = XFS_AGB_TO_FSB(cur->bc_mp, cur->bc_private.a.agno, in xrep_agfl_walk_rmap()
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_refcount.c | 922 fsbno = XFS_AGB_TO_FSB(cur->bc_mp, in xfs_refcount_adjust_extents() 965 fsbno = XFS_AGB_TO_FSB(cur->bc_mp, in xfs_refcount_adjust_extents() 1144 *new_fsb = XFS_AGB_TO_FSB(mp, agno, new_agbno); in xfs_refcount_finish_one() 1149 *new_fsb = XFS_AGB_TO_FSB(mp, agno, new_agbno); in xfs_refcount_finish_one() 1683 fsb = XFS_AGB_TO_FSB(mp, agno, agbno); in xfs_refcount_recover_cow_leftovers()
|
D | xfs_ialloc.c | 677 args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno); in xfs_ialloc_ag_alloc() 737 args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno); in xfs_ialloc_ag_alloc() 758 args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno); in xfs_ialloc_ag_alloc() 774 args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno); in xfs_ialloc_ag_alloc() 1858 xfs_bmap_add_free(tp, XFS_AGB_TO_FSB(mp, agno, sagbno), in xfs_difree_inode_chunk() 1902 xfs_bmap_add_free(tp, XFS_AGB_TO_FSB(mp, agno, agbno), in xfs_difree_inode_chunk()
|
D | xfs_format.h | 570 #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \ 808 #define XFS_AGB_TO_FSB(mp,agno,agbno) \ macro 1082 XFS_AGB_TO_FSB(mp, XFS_INO_TO_AGNO(mp,i), XFS_INO_TO_AGBNO(mp,i))
|
D | xfs_refcount_btree.c | 71 args.fsbno = XFS_AGB_TO_FSB(cur->bc_mp, cur->bc_private.a.agno, in xfs_refcountbt_alloc_block()
|
D | xfs_ialloc_btree.c | 88 args.fsbno = XFS_AGB_TO_FSB(args.mp, cur->bc_private.a.agno, sbno); in __xfs_inobt_alloc_block()
|
D | xfs_ag.c | 461 return xfs_free_extent(tp, XFS_AGB_TO_FSB(mp, id->agno, in xfs_ag_extend_space()
|
D | xfs_alloc.c | 2213 new->xefi_startblock = XFS_AGB_TO_FSB(mp, agno, agbno); in xfs_defer_agfl_block() 2860 args->fsbno = XFS_AGB_TO_FSB(mp, in xfs_alloc_vextent() 2964 args->fsbno = XFS_AGB_TO_FSB(mp, args->agno, args->agbno); in xfs_alloc_vextent()
|
D | xfs_rmap.c | 2376 bmap.br_startblock = XFS_AGB_TO_FSB(tp->t_mountp, agno, bno); in xfs_rmap_alloc_extent() 2398 bmap.br_startblock = XFS_AGB_TO_FSB(tp->t_mountp, agno, bno); in xfs_rmap_free_extent()
|
D | xfs_bmap.c | 3333 ap->blkno = args->fsbno = XFS_AGB_TO_FSB(mp, ag, 0); in xfs_bmap_btalloc_filestreams() 3434 ap->blkno = XFS_AGB_TO_FSB(mp, ag, 0); in xfs_bmap_btalloc()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_fsmap.c | 353 fsb = XFS_AGB_TO_FSB(mp, cur->bc_private.a.agno, rec->rm_startblock); in xfs_getfsmap_datadev_helper()
|