Searched refs:fbno (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc.c247 * 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;
252 xfs_alloc_fixup_trees( xfs_btree_cur_t *cnt_cur, xfs_btree_cur_t *bno_cur, xfs_agblock_t fbno, xfs_extlen_t flen, xfs_agblock_t rbno, xfs_extlen_t rlen, int flags) argument
635 xfs_agblock_t fbno; /* start block of found extent */ local
1271 xfs_agblock_t fbno; /* start of found freespace */ local
1428 xfs_agblock_t fbno; local
[all...]
H A Dxfs_dir2_node.c1371 xfs_dir2_db_t fbno; /* freespace block number */ local
1442 fbno = ifbno;
1458 if (++fbno == 0)
1459 fbno = XFS_DIR2_FREE_FIRSTDB(mp);
1463 if (fbno == ifbno)
1464 fbno++;
1468 if (fbno >= lastfbno)
1477 XFS_DIR2_DB_TO_DA(mp, fbno), -2, &fbp,
1553 fbno = XFS_DIR2_DB_TO_FDB(mp, dbno);
1555 XFS_DIR2_DB_TO_DA(mp, fbno),
[all...]

Completed in 30 milliseconds