Home
last modified time | relevance | path

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

/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()
658 int startblock, dir, page, numblocks, i; in get_bbt_block() local
678 startblock = numblocks * (chip + 1) - 1; in get_bbt_block()
681 startblock = chip * numblocks; in get_bbt_block()
[all …]
/linux/fs/xfs/libxfs/
A Dxfs_bmap.h168 #define xfs_valid_startblock(ip, startblock) \ argument
169 ((startblock) != 0 || XFS_IS_REALTIME_INODE(ip))
239 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
262 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
A Dxfs_refcount.c1135 xfs_fsblock_t startblock, in xfs_refcount_finish_one() argument
1151 pag = xfs_perag_get(mp, XFS_FSB_TO_AGNO(mp, startblock)); in xfs_refcount_finish_one()
1152 bno = XFS_FSB_TO_AGBNO(mp, startblock); in xfs_refcount_finish_one()
1154 trace_xfs_refcount_deferred(mp, XFS_FSB_TO_AGNO(mp, startblock), in xfs_refcount_finish_one()
1155 type, XFS_FSB_TO_AGBNO(mp, startblock), in xfs_refcount_finish_one()
1199 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
1204 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
1227 xfs_fsblock_t startblock, in __xfs_refcount_add() argument
1233 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), in __xfs_refcount_add()
1234 type, XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in __xfs_refcount_add()
[all …]
A Dxfs_refcount.h47 enum xfs_refcount_intent_type type, xfs_fsblock_t startblock,
A Dxfs_rmap.h184 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
A Dxfs_rmap.c2363 xfs_fsblock_t startblock, in xfs_rmap_finish_one() argument
2377 pag = xfs_perag_get(mp, XFS_FSB_TO_AGNO(mp, startblock)); in xfs_rmap_finish_one()
2378 bno = XFS_FSB_TO_AGBNO(mp, startblock); in xfs_rmap_finish_one()
2419 bno = XFS_FSB_TO_AGBNO(rcur->bc_mp, startblock); in xfs_rmap_finish_one()
A Dxfs_bmap.c4631 xfs_fsblock_t startblock, in xfs_bmapi_remap() argument
4678 got.br_startblock = startblock; in xfs_bmapi_remap()
6190 xfs_fsblock_t startblock, in xfs_bmap_finish_one() argument
6199 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), type, in xfs_bmap_finish_one()
6200 XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in xfs_bmap_finish_one()
6213 startblock, 0); in xfs_bmap_finish_one()
/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.c48 xfs_rtblock_t startblock; in xchk_rtbitmap_rec() local
51 startblock = rec->ar_startext * tp->t_mountp->m_sb.sb_rextsize; in xchk_rtbitmap_rec()
54 if (!xfs_verify_rtext(sc->mp, startblock, blockcount)) in xchk_rtbitmap_rec()
A Dtrace.h743 __field(xfs_agblock_t, startblock)
750 __entry->startblock = irec->rc_startblock;
757 __entry->startblock,
/linux/fs/xfs/
A Dxfs_refcount_item.c244 xfs_fsblock_t startblock, in xfs_trans_log_finish_refcount_update() argument
252 error = xfs_refcount_finish_one(tp, type, startblock, in xfs_trans_log_finish_refcount_update()
A Dxfs_bmap_item.c241 xfs_fsblock_t startblock, in xfs_trans_log_finish_bmap_update() argument
248 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update()
A Dxfs_rmap_item.c313 xfs_fsblock_t startblock, in xfs_trans_log_finish_rmap_update() argument
321 startblock, blockcount, state, pcur); in xfs_trans_log_finish_rmap_update()
A Dxfs_trace.h360 __field(xfs_fsblock_t, startblock)
377 __entry->startblock = r.br_startblock;
391 (int64_t)__entry->startblock,
1460 __field(xfs_fsblock_t, startblock)
1483 (int64_t)__entry->startblock,
2937 __field(xfs_agblock_t, startblock)
2944 __entry->startblock = irec->rc_startblock;
2951 __entry->startblock,
2970 __field(xfs_agblock_t, startblock)
2978 __entry->startblock = irec->rc_startblock;
[all …]

Completed in 42 milliseconds