Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/scrub/
Drtbitmap.c55 xfs_rtblock_t startblock; in xchk_rtbitmap_rec() local
58 startblock = rec->ar_startext * tp->t_mountp->m_sb.sb_rextsize; in xchk_rtbitmap_rec()
61 if (startblock + blockcount <= startblock || in xchk_rtbitmap_rec()
62 !xfs_verify_rtbno(sc->mp, startblock) || in xchk_rtbitmap_rec()
63 !xfs_verify_rtbno(sc->mp, startblock + blockcount - 1)) in xchk_rtbitmap_rec()
Dtrace.h566 __field(xfs_agblock_t, startblock)
573 __entry->startblock = irec->rc_startblock;
580 __entry->startblock,
/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_bbt.c459 int startblock; in create_bbt() local
471 startblock = 0; in create_bbt()
480 startblock = chip * numblocks; in create_bbt()
481 numblocks += startblock; in create_bbt()
482 from = (loff_t)startblock << this->bbt_erase_shift; in create_bbt()
488 for (i = startblock; i < numblocks; i++) { in create_bbt()
528 int startblock, block, dir; in search_bbt() local
535 startblock = (mtd->size >> this->bbt_erase_shift) - 1; in search_bbt()
538 startblock = 0; in search_bbt()
546 startblock &= bbtblocks - 1; in search_bbt()
[all …]
/Linux-v4.19/drivers/mtd/nand/onenand/
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-v4.19/fs/xfs/
Dxfs_trans.h256 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
267 enum xfs_refcount_intent_type type, xfs_fsblock_t startblock,
280 xfs_fsblock_t startblock, xfs_filblks_t *blockcount,
Dxfs_trans_refcount.c46 xfs_fsblock_t startblock, in xfs_trans_log_finish_refcount_update() argument
54 error = xfs_refcount_finish_one(tp, type, startblock, in xfs_trans_log_finish_refcount_update()
Dxfs_trans_bmap.c50 xfs_fsblock_t startblock, in xfs_trans_log_finish_bmap_update() argument
57 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update()
Dxfs_trans_rmap.c88 xfs_fsblock_t startblock, in xfs_trans_log_finish_rmap_update() argument
96 startblock, blockcount, state, pcur); in xfs_trans_log_finish_rmap_update()
Dxfs_trace.h219 __field(xfs_fsblock_t, startblock)
236 __entry->startblock = r.br_startblock;
250 (int64_t)__entry->startblock,
1220 __field(xfs_fsblock_t, startblock)
1231 __entry->startblock = irec ? irec->br_startblock : 0;
1243 (int64_t)__entry->startblock,
2652 __field(xfs_agblock_t, startblock)
2659 __entry->startblock = irec->rc_startblock;
2666 __entry->startblock,
2685 __field(xfs_agblock_t, startblock)
[all …]
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_refcount.c1082 xfs_fsblock_t startblock, in xfs_refcount_finish_one() argument
1098 agno = XFS_FSB_TO_AGNO(mp, startblock); in xfs_refcount_finish_one()
1100 bno = XFS_FSB_TO_AGBNO(mp, startblock); in xfs_refcount_finish_one()
1102 trace_xfs_refcount_deferred(mp, XFS_FSB_TO_AGNO(mp, startblock), in xfs_refcount_finish_one()
1103 type, XFS_FSB_TO_AGBNO(mp, startblock), in xfs_refcount_finish_one()
1152 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
1157 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
1183 xfs_fsblock_t startblock, in __xfs_refcount_add() argument
1189 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), in __xfs_refcount_add()
1190 type, XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in __xfs_refcount_add()
[all …]
Dxfs_bmap.h256 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
279 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
Dxfs_refcount.h40 enum xfs_refcount_intent_type type, xfs_fsblock_t startblock,
Dxfs_rmap.h204 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
Dxfs_rmap.c2166 xfs_fsblock_t startblock, in xfs_rmap_finish_one() argument
2180 agno = XFS_FSB_TO_AGNO(mp, startblock); in xfs_rmap_finish_one()
2182 bno = XFS_FSB_TO_AGBNO(mp, startblock); in xfs_rmap_finish_one()
2223 bno = XFS_FSB_TO_AGBNO(rcur->bc_mp, startblock); in xfs_rmap_finish_one()
Dxfs_bmap.c4462 xfs_fsblock_t startblock, in xfs_bmapi_remap() argument
4514 got.br_startblock = startblock; in xfs_bmapi_remap()
6052 xfs_fsblock_t startblock, in xfs_bmap_finish_one() argument
6061 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), type, in xfs_bmap_finish_one()
6062 XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in xfs_bmap_finish_one()
6075 startblock, 0); in xfs_bmap_finish_one()