| /linux/fs/xfs/ |
| A D | xfs_extent_busy.c | 154 xfs_agblock_t fbno, in xfs_extent_busy_update_extent() argument 264 } else if (bbno < fbno) { in xfs_extent_busy_update_extent() 302 xfs_agblock_t fbno, in xfs_extent_busy_reuse() argument 352 xfs_agblock_t fbno; in xfs_extent_busy_trim() local 360 fbno = *bno; in xfs_extent_busy_trim() 378 if (bbno <= fbno) { in xfs_extent_busy_trim() 428 fbno = bend; in xfs_extent_busy_trim() 489 fbno = bend; in xfs_extent_busy_trim() 498 flen = fend - fbno; in xfs_extent_busy_trim() 504 fbno, flen); in xfs_extent_busy_trim() [all …]
|
| A D | xfs_discard.c | 214 xfs_agblock_t fbno; in xfs_trim_gather_extents() local 217 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_gather_extents() 231 tcur->start = fbno; in xfs_trim_gather_extents() 241 if (fbno + flen < tcur->start) { in xfs_trim_gather_extents() 245 if (fbno > tcur->end) { in xfs_trim_gather_extents() 255 if (fbno < tcur->start) { in xfs_trim_gather_extents() 256 flen -= tcur->start - fbno; in xfs_trim_gather_extents() 257 fbno = tcur->start; in xfs_trim_gather_extents() 259 if (fbno + flen > tcur->end + 1) in xfs_trim_gather_extents() 260 flen = tcur->end - fbno + 1; in xfs_trim_gather_extents() [all …]
|
| 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() 178 xfs_agblock_t fbno; in xfs_reflink_trim_around_shared() local 194 error = xfs_reflink_find_shared(pag, NULL, agbno, aglen, &fbno, &flen, in xfs_reflink_trim_around_shared() 201 if (fbno == NULLAGBLOCK) { in xfs_reflink_trim_around_shared() 206 if (fbno == agbno) { in xfs_reflink_trim_around_shared() 224 irec->br_blockcount = fbno - agbno; in xfs_reflink_trim_around_shared()
|
| A D | xfs_extent_busy.h | 66 xfs_agblock_t fbno, xfs_extlen_t flen, bool userdata);
|
| A D | xfs_fsmap.c | 211 xfs_agblock_t fbno; in xfs_getfsmap_is_shared() local 227 rec->rm_blockcount, &fbno, &flen, false); in xfs_getfsmap_is_shared()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_alloc.c | 597 nfbno1 != fbno || in xfs_alloc_fixup_trees() 664 nfbno1 = fbno; in xfs_alloc_fixup_trees() 668 nfbno1 = fbno; in xfs_alloc_fixup_trees() 669 nflen1 = rbno - fbno; in xfs_alloc_fixup_trees() 1249 &fbno, 0); in xfs_alloc_ag_vextent_small() 1299 *fbnop = fbno; in xfs_alloc_ag_vextent_small() 1366 tbno = fbno; in xfs_alloc_ag_vextent_exact() 1912 bestfbno = fbno; in xfs_alloc_ag_vextent_size() 1943 bestfbno = fbno; in xfs_alloc_ag_vextent_size() 1959 fbno = bestfbno; in xfs_alloc_ag_vextent_size() [all …]
|
| A D | xfs_dir2_node.c | 180 xfs_dablk_t fbno) in xfs_dir3_free_header_check() argument 218 xfs_dablk_t fbno, in __xfs_dir3_free_read() argument 304 xfs_dablk_t fbno, in xfs_dir2_free_read() argument 315 xfs_dablk_t fbno, in xfs_dir2_free_try_read() argument 325 xfs_dir2_db_t fbno, in xfs_dir3_free_get_buf() argument 1701 xfs_dir2_db_t fbno; in xfs_dir2_node_add_datablk() local 1739 fbno)) { in xfs_dir2_node_add_datablk() 1744 (long long)*dbno, (long long)fbno); in xfs_dir2_node_add_datablk() 1817 xfs_dir2_db_t fbno; in xfs_dir2_node_find_freeblk() local 1860 for (fbno = lastfbno - 1; fbno >= firstfbno; fbno--) { in xfs_dir2_node_find_freeblk() [all …]
|
| A D | xfs_dir2_priv.h | 99 xfs_ino_t owner, xfs_dablk_t fbno, struct xfs_buf **bpp); 101 xfs_ino_t owner, xfs_dablk_t fbno, struct xfs_buf **bpp); 159 xfs_ino_t owner, xfs_dablk_t fbno, struct xfs_buf **bpp);
|
| A D | xfs_refcount.c | 1485 xfs_agblock_t *fbno, in xfs_refcount_find_shared() argument 1497 *fbno = NULLAGBLOCK; in xfs_refcount_find_shared() 1553 *fbno = tmp.rc_startblock; in xfs_refcount_find_shared() 1554 *flen = min(tmp.rc_blockcount, agbno + aglen - *fbno); in xfs_refcount_find_shared() 1559 while (*fbno + *flen < agbno + aglen) { in xfs_refcount_find_shared() 1575 tmp.rc_startblock != *fbno + *flen) in xfs_refcount_find_shared() 1577 *flen = min(*flen + tmp.rc_blockcount, agbno + aglen - *fbno); in xfs_refcount_find_shared() 1581 trace_xfs_refcount_find_shared_result(cur, *fbno, *flen); in xfs_refcount_find_shared()
|
| A D | xfs_refcount.h | 86 xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *fbno,
|
| A D | xfs_dir2_leaf.c | 298 xfs_dablk_t fbno, in xfs_dir3_leaf_read() argument 304 err = xfs_da_read_buf(tp, dp, fbno, 0, bpp, XFS_DATA_FORK, in xfs_dir3_leaf_read() 328 xfs_dablk_t fbno, in xfs_dir3_leafn_read() argument 334 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 | 63 xfs_agblock_t fbno; in xchk_allocbt_xref_other() local 83 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other() 91 if (fbno != agbno || flen != len) in xchk_allocbt_xref_other()
|
| A D | bmap_repair.c | 103 xfs_agblock_t fbno; in xrep_bmap_discover_shared() local 109 &fbno, &flen, false); in xrep_bmap_discover_shared() 113 if (fbno != NULLAGBLOCK) in xrep_bmap_discover_shared()
|
| A D | rmap.c | 84 xfs_agblock_t fbno; in xchk_rmapbt_xref_refc() local 102 irec->rm_blockcount, &fbno, &flen, false); in xchk_rmapbt_xref_refc()
|