Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_discard.c102 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/
Dxfs_inum.h64 XFS_AGB_TO_FSB(mp, XFS_INO_TO_AGNO(mp,i), XFS_INO_TO_AGBNO(mp,i))
Dxfs_ag.h265 #define XFS_AGB_TO_FSB(mp,agno,agbno) \ macro
Dxfs_ialloc.c278 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()
Dxfs_ialloc_btree.c87 args.fsbno = XFS_AGB_TO_FSB(args.mp, cur->bc_private.a.agno, sbno); in xfs_inobt_alloc_block()
Dxfs_sb.h515 #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \
Dxfs_fsops.c346 error = xfs_free_extent(tp, XFS_AGB_TO_FSB(mp, agno, in xfs_growfs_data_private()
Dxfs_alloc.c2243 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()
Dxfs_bmap.c2539 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()