/linux-6.1.9/fs/xfs/ |
D | xfs_notify_failure.c | 27 xfs_agblock_t startblock; member 41 if (notify->startblock > rec->rm_startblock) in xfs_failure_pgoff() 43 notify->startblock - rec->rm_startblock); in xfs_failure_pgoff() 58 start_cross = max(rec->rm_startblock, notify->startblock); in xfs_failure_pgcnt() 61 end_notify = notify->startblock + notify->blockcount; in xfs_failure_pgcnt() 152 notify.startblock = ri_low.rm_startblock; in xfs_dax_notify_ddev_failure()
|
D | xfs_bmap_item.c | 253 xfs_fsblock_t startblock, in xfs_trans_log_finish_bmap_update() argument 260 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update()
|
D | xfs_refcount_item.c | 256 xfs_fsblock_t startblock, in xfs_trans_log_finish_refcount_update() argument 264 error = xfs_refcount_finish_one(tp, type, startblock, in xfs_trans_log_finish_refcount_update()
|
D | xfs_rmap_item.c | 300 xfs_fsblock_t startblock, in xfs_trans_log_finish_rmap_update() argument 308 startblock, blockcount, state, pcur); in xfs_trans_log_finish_rmap_update()
|
D | xfs_trace.h | 361 __field(xfs_fsblock_t, startblock) 378 __entry->startblock = r.br_startblock; 392 (int64_t)__entry->startblock, 1454 __field(xfs_fsblock_t, startblock) 1465 __entry->startblock = irec ? irec->br_startblock : 0; 1477 (int64_t)__entry->startblock, 2932 __field(xfs_agblock_t, startblock) 2940 __entry->startblock = irec->rc_startblock; 2948 __entry->startblock, 2968 __field(xfs_agblock_t, startblock) [all …]
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_refcount.h | 27 xfs_agblock_t startblock, in xfs_refcount_encode_startblock() argument 37 start = startblock & ~XFS_REFC_COWFLAG; in xfs_refcount_encode_startblock() 78 enum xfs_refcount_intent_type type, xfs_fsblock_t startblock,
|
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,
|
D | xfs_refcount.c | 1187 xfs_fsblock_t startblock, in xfs_refcount_continue_op() argument 1217 xfs_fsblock_t startblock, in xfs_refcount_finish_one() argument 1233 pag = xfs_perag_get(mp, XFS_FSB_TO_AGNO(mp, startblock)); in xfs_refcount_finish_one() 1234 bno = XFS_FSB_TO_AGBNO(mp, startblock); in xfs_refcount_finish_one() 1236 trace_xfs_refcount_deferred(mp, XFS_FSB_TO_AGNO(mp, startblock), in xfs_refcount_finish_one() 1237 type, XFS_FSB_TO_AGBNO(mp, startblock), in xfs_refcount_finish_one() 1276 error = xfs_refcount_continue_op(rcur, startblock, in xfs_refcount_finish_one() 1285 error = xfs_refcount_continue_op(rcur, startblock, in xfs_refcount_finish_one() 1289 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() 1294 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() [all …]
|
D | xfs_rmap.h | 184 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
|
D | xfs_rmap.c | 2397 xfs_fsblock_t startblock, in xfs_rmap_finish_one() argument 2411 pag = xfs_perag_get(mp, XFS_FSB_TO_AGNO(mp, startblock)); in xfs_rmap_finish_one() 2412 bno = XFS_FSB_TO_AGBNO(mp, startblock); in xfs_rmap_finish_one() 2453 bno = XFS_FSB_TO_AGBNO(rcur->bc_mp, startblock); in xfs_rmap_finish_one()
|
D | xfs_bmap.c | 4632 xfs_fsblock_t startblock, in xfs_bmapi_remap() argument 4679 got.br_startblock = startblock; in xfs_bmapi_remap() 6151 xfs_fsblock_t startblock, in xfs_bmap_finish_one() argument 6160 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), type, in xfs_bmap_finish_one() 6161 XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in xfs_bmap_finish_one() 6174 startblock, 0); in xfs_bmap_finish_one()
|
/linux-6.1.9/drivers/mtd/nand/raw/ |
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() 513 from = (loff_t)startblock << this->bbt_erase_shift; in create_bbt() 516 for (i = startblock; i < numblocks; i++) { in create_bbt() 558 int startblock, block, dir; in search_bbt() local 565 startblock = (mtd->size >> this->bbt_erase_shift) - 1; in search_bbt() 568 startblock = 0; in search_bbt() 576 startblock &= bbtblocks - 1; in search_bbt() [all …]
|
/linux-6.1.9/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()
|
/linux-6.1.9/fs/xfs/scrub/ |
D | rtbitmap.c | 49 xfs_rtblock_t startblock; in xchk_rtbitmap_rec() local 52 startblock = rec->ar_startext * mp->m_sb.sb_rextsize; in xchk_rtbitmap_rec() 55 if (!xfs_verify_rtext(mp, startblock, blockcount)) in xchk_rtbitmap_rec()
|
D | trace.h | 743 __field(xfs_agblock_t, startblock) 750 __entry->startblock = irec->rc_startblock; 757 __entry->startblock,
|