• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/

Lines Matching defs:fbno

247  * actual (current) free extent fbno for flen blocks.
255 xfs_agblock_t fbno, /* starting block of free extent */
276 i == 1 && nfbno1 == fbno && nflen1 == flen);
279 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i)))
291 i == 1 && nfbno1 == fbno && nflen1 == flen);
294 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i)))
318 if (rbno == fbno && rlen == flen)
320 else if (rbno == fbno) {
324 } else if (rbno + rlen == fbno + flen) {
325 nfbno1 = fbno;
329 nfbno1 = fbno;
330 nflen1 = rbno - fbno;
332 nflen2 = (fbno + flen) - nfbno2;
635 xfs_agblock_t fbno; /* start block of found extent */
670 if ((error = xfs_alloc_get_rec(bno_cur, &fbno, &flen, &i)))
673 ASSERT(fbno <= args->agbno);
676 fend = fbno + flen;
710 if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur, fbno, flen,
1271 xfs_agblock_t fbno; /* start of found freespace */
1297 if ((error = xfs_alloc_ag_vextent_small(args, cnt_cur, &fbno,
1311 if ((error = xfs_alloc_get_rec(cnt_cur, &fbno, &flen, &i)))
1321 xfs_alloc_compute_aligned(fbno, flen, args->alignment, args->minlen,
1325 (rlen <= flen && rbno + rlen <= fbno + flen), error0);
1335 bestfbno = fbno;
1341 if ((error = xfs_alloc_get_rec(cnt_cur, &fbno, &flen,
1347 xfs_alloc_compute_aligned(fbno, flen, args->alignment,
1351 (rlen <= flen && rbno + rlen <= fbno + flen),
1357 bestfbno = fbno;
1369 fbno = bestfbno;
1390 if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur, fbno, flen,
1428 xfs_agblock_t fbno;
1438 if ((error = xfs_alloc_get_rec(ccur, &fbno, &flen, &i)))
1450 if ((error = xfs_alloc_get_freelist(args->tp, args->agbp, &fbno)))
1452 if (fbno != NULLAGBLOCK) {
1457 args->agno, fbno, 0);
1461 args->agbno = fbno;
1481 fbno = NULLAGBLOCK;
1492 *fbnop = fbno;