Searched refs:XFS_AGB_TO_FSB (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_discard.c | 102 if (XFS_AGB_TO_FSB(mp, agno, fbno) + flen < start || in xfs_trim_extents() 103 XFS_AGB_TO_FSB(mp, agno, fbno) >= start + len) { in xfs_trim_extents()
|
/linux-2.6.39/fs/xfs/ |
D | xfs_inum.h | 64 XFS_AGB_TO_FSB(mp, XFS_INO_TO_AGNO(mp,i), XFS_INO_TO_AGBNO(mp,i))
|
D | xfs_ag.h | 265 #define XFS_AGB_TO_FSB(mp,agno,agbno) \ macro
|
D | xfs_ialloc.c | 278 args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno); in xfs_ialloc_ag_alloc() 329 args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno); in xfs_ialloc_ag_alloc() 352 args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno); in xfs_ialloc_ag_alloc() 1157 xfs_bmap_add_free(XFS_AGB_TO_FSB(mp, in xfs_difree()
|
D | xfs_ialloc_btree.c | 87 args.fsbno = XFS_AGB_TO_FSB(args.mp, cur->bc_private.a.agno, sbno); in xfs_inobt_alloc_block()
|
D | xfs_sb.h | 515 #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \
|
D | xfs_fsops.c | 346 error = xfs_free_extent(tp, XFS_AGB_TO_FSB(mp, agno, in xfs_growfs_data_private()
|
D | xfs_alloc.c | 2243 args->fsbno = XFS_AGB_TO_FSB(mp, in xfs_alloc_vextent() 2364 args->fsbno = XFS_AGB_TO_FSB(mp, args->agno, args->agbno); in xfs_alloc_vextent()
|
D | xfs_bmap.c | 2539 ap->rval = args->fsbno = XFS_AGB_TO_FSB(mp, ag, 0); in xfs_bmap_btalloc_nullfb() 2576 ap->rval = XFS_AGB_TO_FSB(mp, ag, 0); in xfs_bmap_btalloc()
|