Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_alloc.c340 xfs_agblock_t fbno, /* starting block of free extent */ in xfs_alloc_fixup_trees() argument
361 i == 1 && nfbno1 == fbno && nflen1 == flen); in xfs_alloc_fixup_trees()
364 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees()
376 i == 1 && nfbno1 == fbno && nflen1 == flen); in xfs_alloc_fixup_trees()
379 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees()
402 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
404 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
408 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
409 nfbno1 = fbno; in xfs_alloc_fixup_trees()
413 nfbno1 = fbno; in xfs_alloc_fixup_trees()
[all …]
Dxfs_dir2_node.c1441 xfs_dir2_db_t fbno; /* freespace block number */ in xfs_dir2_node_addname_int() local
1512 fbno = ifbno; in xfs_dir2_node_addname_int()
1528 if (++fbno == 0) in xfs_dir2_node_addname_int()
1529 fbno = XFS_DIR2_FREE_FIRSTDB(mp); in xfs_dir2_node_addname_int()
1533 if (fbno == ifbno) in xfs_dir2_node_addname_int()
1534 fbno++; in xfs_dir2_node_addname_int()
1538 if (fbno >= lastfbno) in xfs_dir2_node_addname_int()
1547 xfs_dir2_db_to_da(mp, fbno), -2, &fbp, in xfs_dir2_node_addname_int()
1624 fbno = xfs_dir2_db_to_fdb(mp, dbno); in xfs_dir2_node_addname_int()
1626 xfs_dir2_db_to_da(mp, fbno), -2, &fbp, in xfs_dir2_node_addname_int()
[all …]