/kernel/linux/linux-5.10/fs/xfs/scrub/ |
D | rtbitmap.c | 49 xfs_rtblock_t startblock; in xchk_rtbitmap_rec() local 52 startblock = rec->ar_startext * tp->t_mountp->m_sb.sb_rextsize; in xchk_rtbitmap_rec() 55 if (startblock + blockcount <= startblock || in xchk_rtbitmap_rec() 56 !xfs_verify_rtbno(sc->mp, startblock) || in xchk_rtbitmap_rec() 57 !xfs_verify_rtbno(sc->mp, startblock + blockcount - 1)) in xchk_rtbitmap_rec()
|
D | trace.h | 737 __field(xfs_agblock_t, startblock) 744 __entry->startblock = irec->rc_startblock; 751 __entry->startblock,
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
D | nand_bbt.c | 466 int i, numblocks, startblock; in create_bbt() local 473 startblock = 0; in create_bbt() 482 startblock = chip * numblocks; in create_bbt() 483 numblocks += startblock; in create_bbt() 484 from = (loff_t)startblock << this->bbt_erase_shift; in create_bbt() 487 for (i = startblock; i < numblocks; i++) { in create_bbt() 529 int startblock, block, dir; in search_bbt() local 536 startblock = (mtd->size >> this->bbt_erase_shift) - 1; in search_bbt() 539 startblock = 0; in search_bbt() 547 startblock &= bbtblocks - 1; in search_bbt() [all …]
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_bmap.h | 183 #define xfs_valid_startblock(ip, startblock) \ argument 184 ((startblock) != 0 || XFS_IS_REALTIME_INODE(ip)) 268 xfs_fileoff_t startoff, xfs_fsblock_t startblock, 291 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
|
D | xfs_refcount.c | 1135 xfs_fsblock_t startblock, in xfs_refcount_finish_one() argument 1151 agno = XFS_FSB_TO_AGNO(mp, startblock); in xfs_refcount_finish_one() 1153 bno = XFS_FSB_TO_AGBNO(mp, startblock); in xfs_refcount_finish_one() 1155 trace_xfs_refcount_deferred(mp, XFS_FSB_TO_AGNO(mp, startblock), in xfs_refcount_finish_one() 1156 type, XFS_FSB_TO_AGBNO(mp, startblock), in xfs_refcount_finish_one() 1203 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() 1208 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() 1234 xfs_fsblock_t startblock, in __xfs_refcount_add() argument 1240 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), in __xfs_refcount_add() 1241 type, XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in __xfs_refcount_add() [all …]
|
D | xfs_refcount.h | 40 enum xfs_refcount_intent_type type, xfs_fsblock_t startblock,
|
D | xfs_rmap.h | 181 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
|
D | xfs_rmap.c | 2359 xfs_fsblock_t startblock, in xfs_rmap_finish_one() argument 2373 agno = XFS_FSB_TO_AGNO(mp, startblock); in xfs_rmap_finish_one() 2375 bno = XFS_FSB_TO_AGBNO(mp, startblock); in xfs_rmap_finish_one() 2416 bno = XFS_FSB_TO_AGBNO(rcur->bc_mp, startblock); in xfs_rmap_finish_one()
|
D | xfs_bmap.c | 4626 xfs_fsblock_t startblock, in xfs_bmapi_remap() argument 4675 got.br_startblock = startblock; in xfs_bmapi_remap() 6183 xfs_fsblock_t startblock, in xfs_bmap_finish_one() argument 6192 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), type, in xfs_bmap_finish_one() 6193 XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in xfs_bmap_finish_one() 6206 startblock, 0); in xfs_bmap_finish_one()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/ |
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()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_bmap_item.c | 242 xfs_fsblock_t startblock, in xfs_trans_log_finish_bmap_update() argument 249 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update()
|
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()
|
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()
|
D | xfs_trace.h | 231 __field(xfs_fsblock_t, startblock) 248 __entry->startblock = r.br_startblock; 262 (int64_t)__entry->startblock, 1319 __field(xfs_fsblock_t, startblock) 1330 __entry->startblock = irec ? irec->br_startblock : 0; 1342 (int64_t)__entry->startblock, 2794 __field(xfs_agblock_t, startblock) 2801 __entry->startblock = irec->rc_startblock; 2808 __entry->startblock, 2827 __field(xfs_agblock_t, startblock) [all …]
|