Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_notify_failure.c27 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()
153 notify.startblock = ri_low.rm_startblock; in xfs_dax_notify_ddev_failure()
Dxfs_trace.h370 __field(xfs_fsblock_t, startblock)
387 __entry->startblock = r.br_startblock;
401 (int64_t)__entry->startblock,
1455 __field(xfs_fsblock_t, startblock)
1466 __entry->startblock = irec ? irec->br_startblock : 0;
1478 (int64_t)__entry->startblock,
2974 __field(xfs_agblock_t, startblock)
2982 __entry->startblock = irec->rc_startblock;
2990 __entry->startblock,
3010 __field(xfs_agblock_t, startblock)
[all …]
/Linux-v6.6/drivers/mtd/nand/raw/
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()
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-v6.6/fs/xfs/scrub/
Drtbitmap.c50 xfs_rtblock_t startblock; in xchk_rtbitmap_rec() local
53 startblock = rec->ar_startext * mp->m_sb.sb_rextsize; in xchk_rtbitmap_rec()
56 if (!xfs_verify_rtext(mp, startblock, blockcount)) in xchk_rtbitmap_rec()
Dtrace.h757 __field(xfs_agblock_t, startblock)
766 __entry->startblock = irec->rc_startblock;
775 __entry->startblock,
1186 __field(xfs_agblock_t, startblock)
1193 __entry->startblock = irec->rc_startblock;
1200 __entry->startblock,
/Linux-v6.6/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-v6.6/fs/xfs/libxfs/
Dxfs_refcount.h27 xfs_agblock_t startblock, in xfs_refcount_encode_startblock() argument
37 start = startblock & ~XFS_REFC_COWFLAG; in xfs_refcount_encode_startblock()
Dxfs_bmap.h169 #define xfs_valid_startblock(ip, startblock) \ argument
170 ((startblock) != 0 || XFS_IS_REALTIME_INODE(ip))
272 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
Dxfs_refcount.c1443 xfs_fsblock_t startblock, in __xfs_refcount_add() argument
1449 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), in __xfs_refcount_add()
1450 type, XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in __xfs_refcount_add()
1457 ri->ri_startblock = startblock; in __xfs_refcount_add()
Dxfs_bmap.c4640 xfs_fsblock_t startblock, in xfs_bmapi_remap() argument
4687 got.br_startblock = startblock; in xfs_bmapi_remap()