Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_alloc.c301 xfs_agblock_t fbno, /* starting block of free extent */ in xfs_alloc_fixup_trees() argument
322 i == 1 && nfbno1 == fbno && nflen1 == flen); in xfs_alloc_fixup_trees()
325 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees()
337 i == 1 && nfbno1 == fbno && nflen1 == flen); in xfs_alloc_fixup_trees()
340 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees()
363 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees()
365 else if (rbno == fbno) { in xfs_alloc_fixup_trees()
369 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees()
370 nfbno1 = fbno; in xfs_alloc_fixup_trees()
374 nfbno1 = fbno; in xfs_alloc_fixup_trees()
[all …]
Dxfs_discard.c80 xfs_agblock_t fbno; in xfs_trim_extents() local
85 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_extents()
96 dbno = XFS_AGB_TO_DADDR(mp, agno, fbno); in xfs_trim_extents()
103 trace_xfs_discard_toosmall(mp, agno, fbno, flen); in xfs_trim_extents()
113 trace_xfs_discard_exclude(mp, agno, fbno, flen); in xfs_trim_extents()
121 if (xfs_alloc_busy_search(mp, agno, fbno, flen)) { in xfs_trim_extents()
122 trace_xfs_discard_busy(mp, agno, fbno, flen); in xfs_trim_extents()
126 trace_xfs_discard_extent(mp, agno, fbno, flen); in xfs_trim_extents()
Dxfs_dir2_node.c1365 xfs_dir2_db_t fbno; /* freespace block number */ in xfs_dir2_node_addname_int() local
1436 fbno = ifbno; in xfs_dir2_node_addname_int()
1452 if (++fbno == 0) in xfs_dir2_node_addname_int()
1453 fbno = XFS_DIR2_FREE_FIRSTDB(mp); in xfs_dir2_node_addname_int()
1457 if (fbno == ifbno) in xfs_dir2_node_addname_int()
1458 fbno++; in xfs_dir2_node_addname_int()
1462 if (fbno >= lastfbno) in xfs_dir2_node_addname_int()
1471 xfs_dir2_db_to_da(mp, fbno), -2, &fbp, in xfs_dir2_node_addname_int()
1548 fbno = xfs_dir2_db_to_fdb(mp, dbno); in xfs_dir2_node_addname_int()
1550 xfs_dir2_db_to_da(mp, fbno), -2, &fbp, in xfs_dir2_node_addname_int()
[all …]
Dxfs_alloc.h157 xfs_agblock_t fbno, xfs_extlen_t flen, bool userdata);