Lines Matching refs:fsbno
783 args.fsbno = XFS_INO_TO_FSB(mp, ip->i_ino); in xfs_bmap_extents_to_btree()
786 args.fsbno = *firstblock; in xfs_bmap_extents_to_btree()
789 args.fsbno = *firstblock; in xfs_bmap_extents_to_btree()
802 ASSERT(args.fsbno != NULLFSBLOCK); in xfs_bmap_extents_to_btree()
807 *firstblock = cur->bc_private.b.firstblock = args.fsbno; in xfs_bmap_extents_to_btree()
811 abp = xfs_btree_get_bufl(mp, tp, args.fsbno, 0); in xfs_bmap_extents_to_btree()
847 *pp = cpu_to_be64(args.fsbno); in xfs_bmap_extents_to_btree()
932 args.fsbno = XFS_INO_TO_FSB(args.mp, ip->i_ino); in xfs_bmap_local_to_extents()
935 args.fsbno = *firstblock; in xfs_bmap_local_to_extents()
945 ASSERT(args.fsbno != NULLFSBLOCK); in xfs_bmap_local_to_extents()
947 *firstblock = args.fsbno; in xfs_bmap_local_to_extents()
948 bp = xfs_btree_get_bufl(args.mp, tp, args.fsbno, 0); in xfs_bmap_local_to_extents()
967 xfs_bmbt_set_allf(ep, 0, args.fsbno, 1, XFS_EXT_NORM); in xfs_bmap_local_to_extents()
3575 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno); in xfs_bmap_btalloc_nullfb()
3609 ag = XFS_FSB_TO_AGNO(mp, args->fsbno); in xfs_bmap_btalloc_filestreams()
3635 ap->blkno = args->fsbno = XFS_AGB_TO_FSB(mp, ag, 0); in xfs_bmap_btalloc_filestreams()
3708 args.fsbno = ap->blkno; in xfs_bmap_btalloc()
3812 if (tryagain && args.fsbno == NULLFSBLOCK) { in xfs_bmap_btalloc()
3818 args.fsbno = ap->blkno; in xfs_bmap_btalloc()
3826 if (isaligned && args.fsbno == NULLFSBLOCK) { in xfs_bmap_btalloc()
3832 args.fsbno = ap->blkno; in xfs_bmap_btalloc()
3837 if (args.fsbno == NULLFSBLOCK && nullfb && in xfs_bmap_btalloc()
3841 args.fsbno = ap->blkno; in xfs_bmap_btalloc()
3845 if (args.fsbno == NULLFSBLOCK && nullfb) { in xfs_bmap_btalloc()
3846 args.fsbno = 0; in xfs_bmap_btalloc()
3854 if (args.fsbno != NULLFSBLOCK) { in xfs_bmap_btalloc()
3861 XFS_FSB_TO_AGNO(mp, args.fsbno) || in xfs_bmap_btalloc()
3864 XFS_FSB_TO_AGNO(mp, args.fsbno))); in xfs_bmap_btalloc()
3866 ap->blkno = args.fsbno; in xfs_bmap_btalloc()
3868 *ap->firstblock = args.fsbno; in xfs_bmap_btalloc()