| /linux-6.15/fs/xfs/scrub/ |
| H 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()
|
| H 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()
|
| H 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()
|
| H 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 …]
|
| H A D | rtrmap_repair.c | 144 xfs_rgblock_t startblock, in xrep_rtrmap_stash() argument 151 .rm_startblock = startblock, in xrep_rtrmap_stash() 866 error = __xfs_rmap_finish_intent(mcur, action, p->startblock, in xrep_rtrmapbt_live_update()
|
| H A D | rmap_repair.c | 214 xfs_agblock_t startblock, in xrep_rmap_stash() argument 221 .rm_startblock = startblock, in xrep_rmap_stash() 1632 error = __xfs_rmap_finish_intent(mcur, action, p->startblock, in xrep_rmapbt_live_update()
|
| /linux-6.15/fs/xfs/ |
| H 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() 323 notify.startblock = ri_low.rm_startblock; in xfs_dax_notify_dev_failure()
|
| H A D | xfs_trace.h | 581 __field(xfs_fsblock_t, startblock) 598 __entry->startblock = r.br_startblock; 612 (int64_t)__entry->startblock, 1672 __field(xfs_fsblock_t, startblock) 1695 (int64_t)__entry->startblock, 3530 __field(xfs_agblock_t, startblock) 3539 __entry->startblock = irec->rc_startblock; 3548 __entry->startblock, 3568 __field(xfs_agblock_t, startblock) 3578 __entry->startblock = irec->rc_startblock; [all …]
|
| H 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()
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | nand_bbt.c | 495 int i, numblocks, startblock; in create_bbt() local 502 startblock = 0; in create_bbt() 511 startblock = chip * numblocks; in create_bbt() 512 numblocks += startblock; in create_bbt() 558 int startblock, block, dir; in search_bbt() local 568 startblock = 0; in search_bbt() 576 startblock &= bbtblocks - 1; in search_bbt() 657 int startblock, dir, page, numblocks, i; in get_bbt_block() local 677 startblock = numblocks * (chip + 1) - 1; in get_bbt_block() 680 startblock = chip * numblocks; in get_bbt_block() [all …]
|
| /linux-6.15/drivers/mtd/nand/onenand/ |
| H A D | onenand_bbt.c | 61 int startblock; in create_bbt() local 80 startblock = 0; in create_bbt() 88 for (i = startblock; i < numblocks; ) { in create_bbt()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H 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()
|
| H A D | xfs_bmap.h | 171 #define xfs_valid_startblock(ip, startblock) \ argument 172 ((startblock) != 0 || XFS_IS_REALTIME_INODE(ip)) 278 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
|
| H A D | xfs_rmap.h | 256 xfs_agblock_t startblock; member
|
| H A D | xfs_refcount.c | 1583 xfs_fsblock_t startblock, in __xfs_refcount_add() argument 1592 ri->ri_startblock = startblock; in __xfs_refcount_add()
|
| H A D | xfs_rmap.c | 910 xfs_agblock_t startblock, in xfs_rmap_update_hook() argument 917 .startblock = startblock, in xfs_rmap_update_hook()
|
| H A D | xfs_bmap.c | 4522 xfs_fsblock_t startblock, in xfs_bmapi_remap() argument 4569 got.br_startblock = startblock; in xfs_bmapi_remap()
|