Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_alloc.c269 xfs_agblock_t fbno, /* starting block of free extent */ in xfs_alloc_fixup_trees() argument
290 i == 1 && nfbno1 == fbno && nflen1 == flen); in xfs_alloc_fixup_trees()
293 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees()
305 i == 1 && nfbno1 == fbno && nflen1 == flen); in xfs_alloc_fixup_trees()
308 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees()
331 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
333 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
337 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
338 nfbno1 = fbno; in xfs_alloc_fixup_trees()
342 nfbno1 = fbno; in xfs_alloc_fixup_trees()
[all …]
Dxfs_dir2_node.c1392 xfs_dir2_db_t fbno; /* freespace block number */ in xfs_dir2_node_addname_int() local
1463 fbno = ifbno; in xfs_dir2_node_addname_int()
1479 if (++fbno == 0) in xfs_dir2_node_addname_int()
1480 fbno = XFS_DIR2_FREE_FIRSTDB(mp); in xfs_dir2_node_addname_int()
1484 if (fbno == ifbno) in xfs_dir2_node_addname_int()
1485 fbno++; in xfs_dir2_node_addname_int()
1489 if (fbno >= lastfbno) in xfs_dir2_node_addname_int()
1498 XFS_DIR2_DB_TO_DA(mp, fbno), -2, &fbp, in xfs_dir2_node_addname_int()
1574 fbno = XFS_DIR2_DB_TO_FDB(mp, dbno); in xfs_dir2_node_addname_int()
1576 XFS_DIR2_DB_TO_DA(mp, fbno), -2, &fbp, in xfs_dir2_node_addname_int()
[all …]