/Linux-v6.1/fs/xfs/ |
D | xfs_extent_busy.c | 130 xfs_agblock_t fbno, in xfs_extent_busy_update_extent() argument 135 xfs_agblock_t fend = fbno + flen; in xfs_extent_busy_update_extent() 162 if (bbno < fbno && bend > fend) { in xfs_extent_busy_update_extent() 181 } else if (bbno >= fbno && bend <= fend) { in xfs_extent_busy_update_extent() 239 } else if (bbno < fbno) { in xfs_extent_busy_update_extent() 253 busyp->length = fbno - busyp->bno; in xfs_extent_busy_update_extent() 258 trace_xfs_extent_busy_reuse(mp, pag->pag_agno, fbno, flen); in xfs_extent_busy_update_extent() 264 trace_xfs_extent_busy_force(mp, pag->pag_agno, fbno, flen); in xfs_extent_busy_update_extent() 277 xfs_agblock_t fbno, in xfs_extent_busy_reuse() argument 293 if (fbno + flen <= bbno) { in xfs_extent_busy_reuse() [all …]
|
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()
|
D | xfs_reflink.c | 134 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()
|
D | xfs_extent_busy.h | 48 xfs_agblock_t fbno, xfs_extlen_t flen, bool userdata);
|
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-v6.1/fs/xfs/libxfs/ |
D | xfs_alloc.c | 446 xfs_agblock_t fbno, /* starting block of free extent */ in xfs_alloc_fixup_trees() argument 471 nfbno1 != fbno || in xfs_alloc_fixup_trees() 476 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees() 490 nfbno1 != fbno || in xfs_alloc_fixup_trees() 495 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees() 521 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees() 523 else if (rbno == fbno) { in xfs_alloc_fixup_trees() 527 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees() 528 nfbno1 = fbno; in xfs_alloc_fixup_trees() 532 nfbno1 = fbno; in xfs_alloc_fixup_trees() [all …]
|
D | xfs_dir2_node.c | 178 xfs_dablk_t fbno, in xfs_dir3_free_header_check() argument 185 firstdb = (xfs_dir2_da_to_db(mp->m_dir_geo, fbno) - in xfs_dir3_free_header_check() 216 xfs_dablk_t fbno, in __xfs_dir3_free_read() argument 223 err = xfs_da_read_buf(tp, dp, fbno, flags, bpp, XFS_DATA_FORK, in __xfs_dir3_free_read() 229 fa = xfs_dir3_free_header_check(dp, fbno, *bpp); in __xfs_dir3_free_read() 300 xfs_dablk_t fbno, in xfs_dir2_free_read() argument 303 return __xfs_dir3_free_read(tp, dp, fbno, 0, bpp); in xfs_dir2_free_read() 310 xfs_dablk_t fbno, in xfs_dir2_free_try_read() argument 313 return __xfs_dir3_free_read(tp, dp, fbno, XFS_DABUF_MAP_HOLE_OK, bpp); in xfs_dir2_free_try_read() 319 xfs_dir2_db_t fbno, in xfs_dir3_free_get_buf() argument [all …]
|
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);
|
D | xfs_refcount.c | 1380 xfs_agblock_t *fbno, in xfs_refcount_find_shared() argument 1393 *fbno = NULLAGBLOCK; in xfs_refcount_find_shared() 1447 *fbno = tmp.rc_startblock; in xfs_refcount_find_shared() 1448 *flen = min(tmp.rc_blockcount, agbno + aglen - *fbno); in xfs_refcount_find_shared() 1453 while (*fbno + *flen < agbno + aglen) { in xfs_refcount_find_shared() 1468 tmp.rc_startblock != *fbno + *flen) in xfs_refcount_find_shared() 1470 *flen = min(*flen + tmp.rc_blockcount, agbno + aglen - *fbno); in xfs_refcount_find_shared() 1475 cur->bc_ag.pag->pag_agno, *fbno, *flen); in xfs_refcount_find_shared()
|
D | xfs_refcount.h | 83 xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *fbno,
|
D | xfs_dir2_leaf.c | 273 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-v6.1/fs/xfs/scrub/ |
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()
|
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()
|