Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A 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()
152 notify.startblock = ri_low.rm_startblock; in xfs_dax_notify_ddev_failure()
A Dxfs_trace.h366 __field(xfs_fsblock_t, startblock)
383 __entry->startblock = r.br_startblock;
397 (int64_t)__entry->startblock,
1460 __field(xfs_fsblock_t, startblock)
1483 (int64_t)__entry->startblock,
2933 __field(xfs_agblock_t, startblock)
2941 __entry->startblock = irec->rc_startblock;
2949 __entry->startblock,
2969 __field(xfs_agblock_t, startblock)
2978 __entry->startblock = irec->rc_startblock;
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/fs/xfs/scrub/
A Drtbitmap.c49 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()
A Dtrace.h743 __field(xfs_agblock_t, startblock)
750 __entry->startblock = irec->rc_startblock;
757 __entry->startblock,
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_refcount.h27 xfs_agblock_t startblock, in xfs_refcount_encode_startblock() argument
37 start = startblock & ~XFS_REFC_COWFLAG; in xfs_refcount_encode_startblock()
A Dxfs_bmap.h169 #define xfs_valid_startblock(ip, startblock) \ argument
170 ((startblock) != 0 || XFS_IS_REALTIME_INODE(ip))
266 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
A Dxfs_refcount.c1421 xfs_fsblock_t startblock, in __xfs_refcount_add() argument
1427 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), in __xfs_refcount_add()
1428 type, XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in __xfs_refcount_add()
1435 ri->ri_startblock = startblock; in __xfs_refcount_add()
A Dxfs_bmap.c4600 xfs_fsblock_t startblock, in xfs_bmapi_remap() argument
4647 got.br_startblock = startblock; in xfs_bmapi_remap()

Completed in 30 milliseconds