Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_notify_failure.c28 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 Dxfs_trace.h388 __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 Dnand_bbt.c495 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 Donenand_bbt.c61 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 Drtbitmap.c82 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 Dbmap_repair.c98 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 Dcow_repair.c89 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 Dtrace.h465 __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 Drmap_repair.c211 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 Dxfs_refcount.h27 xfs_agblock_t startblock, in xfs_refcount_encode_startblock() argument
37 start = startblock & ~XFS_REFC_COWFLAG; in xfs_refcount_encode_startblock()
A Dxfs_bmap.h171 #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 Dxfs_rmap.h252 xfs_agblock_t startblock; member
A Dxfs_refcount.c1427 xfs_fsblock_t startblock, in __xfs_refcount_add() argument
1436 ri->ri_startblock = startblock; in __xfs_refcount_add()
A Dxfs_rmap.c840 xfs_agblock_t startblock, in xfs_rmap_update_hook() argument
847 .startblock = startblock, in xfs_rmap_update_hook()
A Dxfs_bmap.c4767 xfs_fsblock_t startblock, in xfs_bmapi_remap() argument
4814 got.br_startblock = startblock; in xfs_bmapi_remap()

Completed in 41 milliseconds