Home
last modified time | relevance | path

Searched refs:startblock (Results 1 – 15 of 15) sorted by relevance

/fs/xfs/scrub/
A Drtbitmap.c97 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 Dbmap_repair.c100 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 Dtrace.h477 __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 Dcow_repair.c96 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 Drtrmap_repair.c144 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 Drmap_repair.c214 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 Dxfs_notify_failure.c31 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 Dxfs_fsmap.c379 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 Dxfs_trace.h672 __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 Dxfs_refcount.h28 xfs_agblock_t startblock, in xfs_refcount_encode_startblock() argument
38 start = startblock & ~XFS_REFC_COWFLAG; in xfs_refcount_encode_startblock()
A Dxfs_bmap.h175 #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 Dxfs_rmap.h256 xfs_agblock_t startblock; member
A Dxfs_refcount.c1583 xfs_fsblock_t startblock, in __xfs_refcount_add() argument
1592 ri->ri_startblock = startblock; in __xfs_refcount_add()
A Dxfs_rmap.c910 xfs_agblock_t startblock, in xfs_rmap_update_hook() argument
917 .startblock = startblock, in xfs_rmap_update_hook()
A Dxfs_bmap.c4527 xfs_fsblock_t startblock, in xfs_bmapi_remap() argument
4574 got.br_startblock = startblock; in xfs_bmapi_remap()

Completed in 41 milliseconds