| /fs/xfs/scrub/ |
| A D | rtbitmap.c | 97 xfs_rtblock_t startblock, in xchk_rtbitmap_xref() argument 101 xfs_rgblock_t rgbno = xfs_rtb_to_rgbno(sc->mp, startblock); in xchk_rtbitmap_xref() 128 xfs_rtblock_t startblock; in xchk_rtbitmap_rec() local 131 startblock = xfs_rtx_to_rtb(rtg, rec->ar_startext); in xchk_rtbitmap_rec() 134 if (!xfs_verify_rtbext(rtg_mount(rtg), startblock, blockcount)) in xchk_rtbitmap_rec() 137 xchk_rtbitmap_xref(rtb, startblock, blockcount); in xchk_rtbitmap_rec()
|
| A D | bmap_repair.c | 100 xfs_fsblock_t startblock, in xrep_bmap_discover_shared() argument 111 agbno = xfs_rtb_to_rgbno(sc->mp, startblock); in xrep_bmap_discover_shared() 114 agbno = XFS_FSB_TO_AGBNO(sc->mp, startblock); in xrep_bmap_discover_shared() 133 xfs_fsblock_t startblock, in xrep_bmap_from_rmap() argument 139 .br_startblock = startblock, in xrep_bmap_from_rmap() 152 error = xrep_bmap_discover_shared(rb, startblock, blockcount); in xrep_bmap_from_rmap()
|
| A D | trace.h | 477 __field(xfs_fsblock_t, startblock) 498 __entry->startblock, 945 __field(xfs_agblock_t, startblock) 963 __entry->startblock, 2078 __field(xfs_agblock_t, startblock) 2090 __entry->startblock, 2154 __entry->startblock, 2626 __entry->startblock = startblock; 2633 __entry->startblock, 2665 __entry->startblock, [all …]
|
| A D | cow_repair.c | 96 xfs_fsblock_t startblock, in xrep_cow_mark_file_range() argument 102 (startblock - xc->irec.br_startblock); in xrep_cow_mark_file_range() 104 trace_xrep_cow_mark_file_range(xc->sc->ip, startblock, startoff, in xrep_cow_mark_file_range()
|
| A D | rtrmap_repair.c | 144 xfs_rgblock_t startblock, in xrep_rtrmap_stash() argument 151 .rm_startblock = startblock, in xrep_rtrmap_stash() 861 error = __xfs_rmap_finish_intent(mcur, action, p->startblock, in xrep_rtrmapbt_live_update()
|
| A D | rmap_repair.c | 214 xfs_agblock_t startblock, in xrep_rmap_stash() argument 221 .rm_startblock = startblock, in xrep_rmap_stash() 1627 error = __xfs_rmap_finish_intent(mcur, action, p->startblock, in xrep_rmapbt_live_update()
|
| /fs/xfs/ |
| A D | xfs_notify_failure.c | 31 xfs_agblock_t startblock; member 45 if (notify->startblock > rec->rm_startblock) in xfs_failure_pgoff() 47 notify->startblock - rec->rm_startblock); in xfs_failure_pgoff() 62 start_cross = max(rec->rm_startblock, notify->startblock); in xfs_failure_pgcnt() 65 end_notify = notify->startblock + notify->blockcount; in xfs_failure_pgcnt() 319 notify.startblock = ri_low.rm_startblock; in xfs_dax_notify_dev_failure()
|
| A D | xfs_fsmap.c | 379 xfs_agblock_t startblock, in xfs_getfsmap_group_helper() argument 395 frec->start_daddr = xfs_gbno_to_daddr(xg, startblock); in xfs_getfsmap_group_helper()
|
| A D | xfs_trace.h | 672 __field(xfs_fsblock_t, startblock) 689 __entry->startblock = r.br_startblock; 703 (int64_t)__entry->startblock, 1791 __field(xfs_fsblock_t, startblock) 1814 (int64_t)__entry->startblock, 3614 __field(xfs_agblock_t, startblock) 3623 __entry->startblock = irec->rc_startblock; 3632 __entry->startblock, 3652 __field(xfs_agblock_t, startblock) 3662 __entry->startblock = irec->rc_startblock; [all …]
|
| /fs/xfs/libxfs/ |
| A D | xfs_refcount.h | 28 xfs_agblock_t startblock, in xfs_refcount_encode_startblock() argument 38 start = startblock & ~XFS_REFC_COWFLAG; in xfs_refcount_encode_startblock()
|
| A D | xfs_bmap.h | 175 #define xfs_valid_startblock(ip, startblock) \ argument 176 ((startblock) != 0 || XFS_IS_REALTIME_INODE(ip)) 282 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
|
| A D | xfs_rmap.h | 256 xfs_agblock_t startblock; member
|
| A D | xfs_refcount.c | 1583 xfs_fsblock_t startblock, in __xfs_refcount_add() argument 1592 ri->ri_startblock = startblock; in __xfs_refcount_add()
|
| A D | xfs_rmap.c | 910 xfs_agblock_t startblock, in xfs_rmap_update_hook() argument 917 .startblock = startblock, in xfs_rmap_update_hook()
|
| A D | xfs_bmap.c | 4527 xfs_fsblock_t startblock, in xfs_bmapi_remap() argument 4574 got.br_startblock = startblock; in xfs_bmapi_remap()
|