• Home
  • Raw
  • Download

Lines Matching refs:fbno

431 	xfs_agblock_t	fbno,		/* starting block of free extent */  in xfs_alloc_fixup_trees()  argument
456 nfbno1 != fbno || in xfs_alloc_fixup_trees()
461 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees()
475 nfbno1 != fbno || in xfs_alloc_fixup_trees()
480 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees()
506 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
508 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
512 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
513 nfbno1 = fbno; in xfs_alloc_fixup_trees()
517 nfbno1 = fbno; in xfs_alloc_fixup_trees()
518 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
520 nflen2 = (fbno + flen) - nfbno2; in xfs_alloc_fixup_trees()
1031 xfs_agblock_t fbno = NULLAGBLOCK; in xfs_alloc_ag_vextent_small() local
1046 error = xfs_alloc_get_rec(ccur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_small()
1061 error = xfs_alloc_get_freelist(args->tp, args->agbp, &fbno, 0); in xfs_alloc_ag_vextent_small()
1064 if (fbno == NULLAGBLOCK) in xfs_alloc_ag_vextent_small()
1067 xfs_extent_busy_reuse(args->mp, args->agno, fbno, 1, in xfs_alloc_ag_vextent_small()
1074 XFS_AGB_TO_DADDR(args->mp, args->agno, fbno), in xfs_alloc_ag_vextent_small()
1080 *fbnop = args->agbno = fbno; in xfs_alloc_ag_vextent_small()
1082 if (XFS_IS_CORRUPT(args->mp, fbno >= be32_to_cpu(agf->agf_length))) { in xfs_alloc_ag_vextent_small()
1093 error = xfs_rmap_free(args->tp, args->agbp, args->agno, fbno, 1, in xfs_alloc_ag_vextent_small()
1110 *fbnop = fbno; in xfs_alloc_ag_vextent_small()
1207 xfs_agblock_t fbno; /* start block of found extent */ in xfs_alloc_ag_vextent_exact() local
1237 error = xfs_alloc_get_rec(bno_cur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_exact()
1244 ASSERT(fbno <= args->agbno); in xfs_alloc_ag_vextent_exact()
1249 tbno = fbno; in xfs_alloc_ag_vextent_exact()
1283 error = xfs_alloc_fixup_trees(cnt_cur, bno_cur, fbno, flen, args->agbno, in xfs_alloc_ag_vextent_exact()
1665 xfs_agblock_t fbno; /* start of found freespace */ in xfs_alloc_ag_vextent_size() local
1698 &fbno, &flen, &i); in xfs_alloc_ag_vextent_size()
1707 busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno, in xfs_alloc_ag_vextent_size()
1714 error = xfs_alloc_get_rec(cnt_cur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_size()
1722 busy = xfs_alloc_compute_aligned(args, fbno, flen, in xfs_alloc_ag_vextent_size()
1757 rbno + rlen > fbno + flen))) { in xfs_alloc_ag_vextent_size()
1770 bestfbno = fbno; in xfs_alloc_ag_vextent_size()
1776 if ((error = xfs_alloc_get_rec(cnt_cur, &fbno, &flen, in xfs_alloc_ag_vextent_size()
1785 busy = xfs_alloc_compute_aligned(args, fbno, flen, in xfs_alloc_ag_vextent_size()
1791 rbno + rlen > fbno + flen))) { in xfs_alloc_ag_vextent_size()
1799 bestfbno = fbno; in xfs_alloc_ag_vextent_size()
1814 fbno = bestfbno; in xfs_alloc_ag_vextent_size()
1842 if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur, fbno, flen, in xfs_alloc_ag_vextent_size()