| /linux/fs/xfs/ |
| A D | xfs_extent_busy.c | 130 xfs_agblock_t fbno, in xfs_extent_busy_update_extent() argument 239 } else if (bbno < fbno) { in xfs_extent_busy_update_extent() 277 xfs_agblock_t fbno, in xfs_extent_busy_reuse() argument 327 xfs_agblock_t fbno; in xfs_extent_busy_trim() local 335 fbno = *bno; in xfs_extent_busy_trim() 353 if (bbno <= fbno) { in xfs_extent_busy_trim() 403 fbno = bend; in xfs_extent_busy_trim() 464 fbno = bend; in xfs_extent_busy_trim() 473 flen = fend - fbno; in xfs_extent_busy_trim() 479 fbno, flen); in xfs_extent_busy_trim() [all …]
|
| A D | xfs_discard.c | 67 xfs_agblock_t fbno; in xfs_trim_extents() local 72 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_extents() 86 dbno = XFS_AGB_TO_DADDR(mp, agno, fbno); in xfs_trim_extents() 93 trace_xfs_discard_toosmall(mp, agno, fbno, flen); in xfs_trim_extents() 103 trace_xfs_discard_exclude(mp, agno, fbno, flen); in xfs_trim_extents() 111 if (xfs_extent_busy_search(mp, pag, fbno, flen)) { in xfs_trim_extents() 112 trace_xfs_discard_busy(mp, agno, fbno, flen); in xfs_trim_extents() 116 trace_xfs_discard_extent(mp, agno, fbno, flen); in xfs_trim_extents()
|
| A D | xfs_reflink.c | 135 xfs_agblock_t *fbno, in xfs_reflink_find_shared() argument 149 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 194 aglen, &fbno, &flen, true); in xfs_reflink_trim_around_shared() 199 if (fbno == NULLAGBLOCK) { in xfs_reflink_trim_around_shared() 202 } else if (fbno == agbno) { in xfs_reflink_trim_around_shared() 219 irec->br_blockcount = fbno - agbno; in xfs_reflink_trim_around_shared()
|
| A D | xfs_extent_busy.h | 48 xfs_agblock_t fbno, xfs_extlen_t flen, bool userdata);
|
| A D | xfs_reflink.h | 21 xfs_agblock_t *fbno, xfs_extlen_t *flen, bool find_maximal);
|
| A D | xfs_fsmap.c | 200 xfs_agblock_t fbno; in xfs_getfsmap_is_shared() local 216 rec->rm_blockcount, &fbno, &flen, false); in xfs_getfsmap_is_shared()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_alloc.c | 456 nfbno1 != fbno || in xfs_alloc_fixup_trees() 475 nfbno1 != fbno || in xfs_alloc_fixup_trees() 513 nfbno1 = fbno; in xfs_alloc_fixup_trees() 517 nfbno1 = fbno; in xfs_alloc_fixup_trees() 518 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees() 1109 *fbnop = fbno; in xfs_alloc_ag_vextent_small() 1248 tbno = fbno; in xfs_alloc_ag_vextent_exact() 1768 bestfbno = fbno; in xfs_alloc_ag_vextent_size() 1797 bestfbno = fbno; in xfs_alloc_ag_vextent_size() 1812 fbno = bestfbno; in xfs_alloc_ag_vextent_size() [all …]
|
| A D | xfs_dir2_node.c | 178 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 D | xfs_dir2_priv.h | 98 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 D | xfs_refcount.c | 1290 xfs_agblock_t *fbno, in xfs_refcount_find_shared() argument 1303 *fbno = NULLAGBLOCK; in xfs_refcount_find_shared() 1352 *fbno = tmp.rc_startblock; in xfs_refcount_find_shared() 1353 *flen = min(tmp.rc_blockcount, agbno + aglen - *fbno); in xfs_refcount_find_shared() 1358 while (*fbno + *flen < agbno + aglen) { in xfs_refcount_find_shared() 1372 tmp.rc_startblock != *fbno + *flen) in xfs_refcount_find_shared() 1374 *flen = min(*flen + tmp.rc_blockcount, agbno + aglen - *fbno); in xfs_refcount_find_shared() 1379 cur->bc_ag.pag->pag_agno, *fbno, *flen); in xfs_refcount_find_shared()
|
| A D | xfs_refcount.h | 52 xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *fbno,
|
| A D | xfs_dir2_leaf.c | 268 xfs_dablk_t fbno, in xfs_dir3_leaf_read() argument 273 err = xfs_da_read_buf(tp, dp, fbno, 0, bpp, XFS_DATA_FORK, in xfs_dir3_leaf_read() 284 xfs_dablk_t fbno, in xfs_dir3_leafn_read() argument 289 err = xfs_da_read_buf(tp, dp, fbno, 0, bpp, XFS_DATA_FORK, in xfs_dir3_leafn_read()
|
| /linux/fs/xfs/scrub/ |
| A D | alloc.c | 42 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 D | rmap.c | 38 xfs_agblock_t fbno; in xchk_rmapbt_xref_refc() local 56 irec->rm_blockcount, &fbno, &flen, false); in xchk_rmapbt_xref_refc()
|