Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_extent_busy.c130 xfs_agblock_t fbno, in xfs_extent_busy_update_extent() argument
240 } else if (bbno < fbno) { in xfs_extent_busy_update_extent()
278 xfs_agblock_t fbno, in xfs_extent_busy_reuse() argument
328 xfs_agblock_t fbno; in xfs_extent_busy_trim() local
336 fbno = *bno; in xfs_extent_busy_trim()
354 if (bbno <= fbno) { in xfs_extent_busy_trim()
404 fbno = bend; in xfs_extent_busy_trim()
465 fbno = bend; in xfs_extent_busy_trim()
474 flen = fend - fbno; in xfs_extent_busy_trim()
480 fbno, flen); in xfs_extent_busy_trim()
[all …]
A Dxfs_discard.c64 xfs_agblock_t fbno; in xfs_trim_extents() local
69 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_extents()
83 dbno = XFS_AGB_TO_DADDR(mp, pag->pag_agno, fbno); in xfs_trim_extents()
90 trace_xfs_discard_toosmall(mp, pag->pag_agno, fbno, flen); in xfs_trim_extents()
100 trace_xfs_discard_exclude(mp, pag->pag_agno, fbno, flen); in xfs_trim_extents()
108 if (xfs_extent_busy_search(mp, pag, fbno, flen)) { in xfs_trim_extents()
109 trace_xfs_discard_busy(mp, pag->pag_agno, fbno, flen); in xfs_trim_extents()
113 trace_xfs_discard_extent(mp, pag->pag_agno, fbno, flen); in xfs_trim_extents()
A Dxfs_extent_busy.h48 xfs_agblock_t fbno, xfs_extlen_t flen, bool userdata);
A Dxfs_reflink.c134 xfs_agblock_t *fbno, in xfs_reflink_find_shared() argument
148 error = xfs_refcount_find_shared(cur, agbno, aglen, fbno, flen, in xfs_reflink_find_shared()
177 xfs_agblock_t fbno; in xfs_reflink_trim_around_shared() local
193 error = xfs_reflink_find_shared(pag, NULL, agbno, aglen, &fbno, &flen, in xfs_reflink_trim_around_shared()
200 if (fbno == NULLAGBLOCK) { in xfs_reflink_trim_around_shared()
205 if (fbno == agbno) { in xfs_reflink_trim_around_shared()
223 irec->br_blockcount = fbno - agbno; in xfs_reflink_trim_around_shared()
A Dxfs_fsmap.c200 xfs_agblock_t fbno; in xfs_getfsmap_is_shared() local
216 rec->rm_blockcount, &fbno, &flen, false); in xfs_getfsmap_is_shared()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_alloc.c467 nfbno1 != fbno || in xfs_alloc_fixup_trees()
524 nfbno1 = fbno; in xfs_alloc_fixup_trees()
528 nfbno1 = fbno; in xfs_alloc_fixup_trees()
529 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees()
1068 &fbno, 0); in xfs_alloc_ag_vextent_small()
1117 *fbnop = fbno; in xfs_alloc_ag_vextent_small()
1184 tbno = fbno; in xfs_alloc_ag_vextent_exact()
1703 bestfbno = fbno; in xfs_alloc_ag_vextent_size()
1732 bestfbno = fbno; in xfs_alloc_ag_vextent_size()
1747 fbno = bestfbno; in xfs_alloc_ag_vextent_size()
[all …]
A Dxfs_dir2_node.c178 xfs_dablk_t fbno, in xfs_dir3_free_header_check() argument
216 xfs_dablk_t fbno, in __xfs_dir3_free_read() argument
300 xfs_dablk_t fbno, in xfs_dir2_free_read() argument
310 xfs_dablk_t fbno, in xfs_dir2_free_try_read() argument
319 xfs_dir2_db_t fbno, in xfs_dir3_free_get_buf() argument
1690 xfs_dir2_db_t fbno; in xfs_dir2_node_add_datablk() local
1728 fbno)) { in xfs_dir2_node_add_datablk()
1733 (long long)*dbno, (long long)fbno); in xfs_dir2_node_add_datablk()
1805 xfs_dir2_db_t fbno; in xfs_dir2_node_find_freeblk() local
1848 for (fbno = lastfbno - 1; fbno >= firstfbno; fbno--) { in xfs_dir2_node_find_freeblk()
[all …]
A Dxfs_dir2_priv.h98 xfs_dablk_t fbno, struct xfs_buf **bpp);
100 xfs_dablk_t fbno, struct xfs_buf **bpp);
158 xfs_dablk_t fbno, struct xfs_buf **bpp);
A Dxfs_refcount.c1484 xfs_agblock_t *fbno, in xfs_refcount_find_shared() argument
1497 *fbno = NULLAGBLOCK; in xfs_refcount_find_shared()
1551 *fbno = tmp.rc_startblock; in xfs_refcount_find_shared()
1552 *flen = min(tmp.rc_blockcount, agbno + aglen - *fbno); in xfs_refcount_find_shared()
1557 while (*fbno + *flen < agbno + aglen) { in xfs_refcount_find_shared()
1572 tmp.rc_startblock != *fbno + *flen) in xfs_refcount_find_shared()
1574 *flen = min(*flen + tmp.rc_blockcount, agbno + aglen - *fbno); in xfs_refcount_find_shared()
1579 cur->bc_ag.pag->pag_agno, *fbno, *flen); in xfs_refcount_find_shared()
A Dxfs_refcount.h81 xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *fbno,
A Dxfs_dir2_leaf.c273 xfs_dablk_t fbno, in xfs_dir3_leaf_read() argument
278 err = xfs_da_read_buf(tp, dp, fbno, 0, bpp, XFS_DATA_FORK, in xfs_dir3_leaf_read()
289 xfs_dablk_t fbno, in xfs_dir3_leafn_read() argument
294 err = xfs_da_read_buf(tp, dp, fbno, 0, bpp, XFS_DATA_FORK, in xfs_dir3_leafn_read()
/linux-6.3-rc2/fs/xfs/scrub/
A Dalloc.c42 xfs_agblock_t fbno; in xchk_allocbt_xref_other() local
62 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
70 if (fbno != agbno || flen != len) in xchk_allocbt_xref_other()
A Drmap.c38 xfs_agblock_t fbno; in xchk_rmapbt_xref_refc() local
56 irec->rm_blockcount, &fbno, &flen, false); in xchk_rmapbt_xref_refc()

Completed in 36 milliseconds