| /linux/fs/xfs/ |
| A D | xfs_notify_failure.c | 28 xfs_agblock_t startblock; member 42 if (notify->startblock > rec->rm_startblock) in xfs_failure_pgoff() 44 notify->startblock - rec->rm_startblock); in xfs_failure_pgoff() 59 start_cross = max(rec->rm_startblock, notify->startblock); in xfs_failure_pgcnt() 62 end_notify = notify->startblock + notify->blockcount; in xfs_failure_pgcnt() 220 notify.startblock = ri_low.rm_startblock; in xfs_dax_notify_ddev_failure()
|
| A D | xfs_trace.h | 388 __field(xfs_fsblock_t, startblock) 405 __entry->startblock = r.br_startblock; 419 (int64_t)__entry->startblock, 1469 __field(xfs_fsblock_t, startblock) 1492 (int64_t)__entry->startblock, 3238 __field(xfs_agblock_t, startblock) 3246 __entry->startblock = irec->rc_startblock; 3254 __entry->startblock, 3273 __field(xfs_agblock_t, startblock) 3282 __entry->startblock = irec->rc_startblock; [all …]
|
| /linux/drivers/mtd/nand/raw/ |
| 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/drivers/mtd/nand/onenand/ |
| 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/scrub/ |
| A D | rtbitmap.c | 82 xfs_rtblock_t startblock; in xchk_rtbitmap_rec() local 85 startblock = xfs_rtx_to_rtb(mp, rec->ar_startext); in xchk_rtbitmap_rec() 88 if (!xfs_verify_rtbext(mp, startblock, blockcount)) in xchk_rtbitmap_rec()
|
| A D | bmap_repair.c | 98 xfs_fsblock_t startblock, in xrep_bmap_discover_shared() argument 107 agbno = XFS_FSB_TO_AGBNO(sc->mp, startblock); in xrep_bmap_discover_shared() 124 xfs_fsblock_t startblock, in xrep_bmap_from_rmap() argument 130 .br_startblock = startblock, in xrep_bmap_from_rmap() 143 error = xrep_bmap_discover_shared(rb, startblock, blockcount); in xrep_bmap_from_rmap()
|
| A D | cow_repair.c | 89 xfs_fsblock_t startblock, in xrep_cow_mark_file_range() argument 95 (startblock - xc->irec.br_startblock); in xrep_cow_mark_file_range() 97 trace_xrep_cow_mark_file_range(xc->sc->ip, startblock, startoff, in xrep_cow_mark_file_range()
|
| A D | trace.h | 465 __field(xfs_fsblock_t, startblock) 486 __entry->startblock, 932 __field(xfs_agblock_t, startblock) 950 __entry->startblock, 2032 __field(xfs_agblock_t, startblock) 2044 __entry->startblock, 2103 __entry->startblock, 2552 __entry->startblock = startblock; 2559 __entry->startblock, 2591 __entry->startblock, [all …]
|
| A D | rmap_repair.c | 211 xfs_agblock_t startblock, in xrep_rmap_stash() argument 218 .rm_startblock = startblock, in xrep_rmap_stash() 1564 error = __xfs_rmap_finish_intent(mcur, action, p->startblock, in xrep_rmapbt_live_update()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_refcount.h | 27 xfs_agblock_t startblock, in xfs_refcount_encode_startblock() argument 37 start = startblock & ~XFS_REFC_COWFLAG; in xfs_refcount_encode_startblock()
|
| A D | xfs_bmap.h | 171 #define xfs_valid_startblock(ip, startblock) \ argument 172 ((startblock) != 0 || XFS_IS_REALTIME_INODE(ip)) 281 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
|
| A D | xfs_rmap.h | 252 xfs_agblock_t startblock; member
|
| A D | xfs_refcount.c | 1427 xfs_fsblock_t startblock, in __xfs_refcount_add() argument 1436 ri->ri_startblock = startblock; in __xfs_refcount_add()
|
| A D | xfs_rmap.c | 840 xfs_agblock_t startblock, in xfs_rmap_update_hook() argument 847 .startblock = startblock, in xfs_rmap_update_hook()
|
| A D | xfs_bmap.c | 4767 xfs_fsblock_t startblock, in xfs_bmapi_remap() argument 4814 got.br_startblock = startblock; in xfs_bmapi_remap()
|