Searched refs:startblock (Results 1 – 11 of 11) sorted by relevance
| /linux/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 | cow_repair.c | 91 xfs_fsblock_t startblock, in xrep_cow_mark_file_range() argument 97 (startblock - xc->irec.br_startblock); in xrep_cow_mark_file_range() 99 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) 487 __entry->startblock = cursor->bmap.br_startblock; 498 __entry->startblock, 945 __field(xfs_agblock_t, startblock) 954 __entry->startblock = irec->rc_startblock; 963 __entry->startblock, 2115 __field(xfs_agblock_t, startblock) 2121 __entry->startblock = rec->ar_startblock; 2127 __entry->startblock, 2172 __field(xfs_agblock_t, startblock) [all …]
|
| /linux/fs/xfs/ |
| H A D | xfs_verify_media.c | 31 xfs_agblock_t startblock; member 50 lost->startblock + lost->blockcount; in xfs_verify_report_data_lost() 72 if (lost->startblock > rec->rm_startblock) { in xfs_verify_report_data_lost() 73 fileoff += lost->startblock - rec->rm_startblock; in xfs_verify_report_data_lost() 74 blocks -= lost->startblock - rec->rm_startblock; in xfs_verify_report_data_lost() 148 lost.startblock = ri_low.rm_startblock; in xfs_verify_report_losses()
|
| H A D | xfs_notify_failure.c | 33 xfs_agblock_t startblock; member 47 if (notify->startblock > rec->rm_startblock) in xfs_failure_pgoff() 49 notify->startblock - rec->rm_startblock); in xfs_failure_pgoff() 64 start_cross = max(rec->rm_startblock, notify->startblock); in xfs_failure_pgcnt() 67 end_notify = notify->startblock + notify->blockcount; in xfs_failure_pgcnt() 330 notify.startblock = ri_low.rm_startblock; in xfs_dax_notify_dev_failure()
|
| H A D | xfs_trace.h | 678 __field(xfs_fsblock_t, startblock) 695 __entry->startblock = r.br_startblock; 709 (int64_t)__entry->startblock, 1822 __field(xfs_fsblock_t, startblock) 1833 __entry->startblock = irec ? irec->br_startblock : 0; 1845 (int64_t)__entry->startblock, 3646 __field(xfs_agblock_t, startblock) 3655 __entry->startblock = irec->rc_startblock; 3664 __entry->startblock, 3684 __field(xfs_agblock_t, 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/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() 513 from = (loff_t)startblock << this->bbt_erase_shift; in create_bbt() 516 for (i = startblock; i < numblocks; i++) { in create_bbt() 558 int startblock, block, dir; in search_bbt() local 565 startblock = (mtd->size >> this->bbt_erase_shift) - 1; in search_bbt() 568 startblock = 0; in search_bbt() 576 startblock &= bbtblocks - 1; in search_bbt() [all …]
|
| /linux/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/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_refcount.c | 1581 xfs_fsblock_t startblock, in __xfs_refcount_add() argument 1590 ri->ri_startblock = startblock; in __xfs_refcount_add()
|