/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() 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 D | xfs_bmap.h | 168 #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 D | xfs_refcount.c | 1135 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 D | xfs_refcount.h | 47 enum xfs_refcount_intent_type type, xfs_fsblock_t startblock,
|
A D | xfs_rmap.h | 184 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
|
A D | xfs_rmap.c | 2363 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 D | xfs_bmap.c | 4631 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 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 | 48 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 D | trace.h | 743 __field(xfs_agblock_t, startblock) 750 __entry->startblock = irec->rc_startblock; 757 __entry->startblock,
|
/linux/fs/xfs/ |
A D | xfs_refcount_item.c | 244 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 D | xfs_bmap_item.c | 241 xfs_fsblock_t startblock, in xfs_trans_log_finish_bmap_update() argument 248 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update()
|
A D | xfs_rmap_item.c | 313 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 D | xfs_trace.h | 360 __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 …]
|