Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Drtbitmap.c55 xfs_rtblock_t startblock; in xchk_rtbitmap_rec() local
58 startblock = rec->ar_startext * tp->t_mountp->m_sb.sb_rextsize; in xchk_rtbitmap_rec()
61 if (startblock + blockcount <= startblock || in xchk_rtbitmap_rec()
62 !xfs_verify_rtbno(sc->mp, startblock) || in xchk_rtbitmap_rec()
63 !xfs_verify_rtbno(sc->mp, startblock + blockcount - 1)) in xchk_rtbitmap_rec()
Dtrace.h566 __field(xfs_agblock_t, startblock)
573 __entry->startblock = irec->rc_startblock;
580 __entry->startblock,
/linux-4.19.296/fs/xfs/
Dxfs_trans.h256 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
267 enum xfs_refcount_intent_type type, xfs_fsblock_t startblock,
280 xfs_fsblock_t startblock, xfs_filblks_t *blockcount,
Dxfs_trans_refcount.c46 xfs_fsblock_t startblock, in xfs_trans_log_finish_refcount_update() argument
54 error = xfs_refcount_finish_one(tp, type, startblock, in xfs_trans_log_finish_refcount_update()
Dxfs_trans_bmap.c50 xfs_fsblock_t startblock, in xfs_trans_log_finish_bmap_update() argument
57 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update()
Dxfs_trans_rmap.c88 xfs_fsblock_t startblock, in xfs_trans_log_finish_rmap_update() argument
96 startblock, blockcount, state, pcur); in xfs_trans_log_finish_rmap_update()
Dxfs_trace.h219 __field(xfs_fsblock_t, startblock)
236 __entry->startblock = r.br_startblock;
250 (int64_t)__entry->startblock,
1220 __field(xfs_fsblock_t, startblock)
1231 __entry->startblock = irec ? irec->br_startblock : 0;
1243 (int64_t)__entry->startblock,
2652 __field(xfs_agblock_t, startblock)
2659 __entry->startblock = irec->rc_startblock;
2666 __entry->startblock,
2685 __field(xfs_agblock_t, startblock)
[all …]
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_refcount.c1082 xfs_fsblock_t startblock, in xfs_refcount_finish_one() argument
1098 agno = XFS_FSB_TO_AGNO(mp, startblock); in xfs_refcount_finish_one()
1100 bno = XFS_FSB_TO_AGBNO(mp, startblock); in xfs_refcount_finish_one()
1102 trace_xfs_refcount_deferred(mp, XFS_FSB_TO_AGNO(mp, startblock), in xfs_refcount_finish_one()
1103 type, XFS_FSB_TO_AGBNO(mp, startblock), in xfs_refcount_finish_one()
1152 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
1157 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
1183 xfs_fsblock_t startblock, in __xfs_refcount_add() argument
1189 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), in __xfs_refcount_add()
1190 type, XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in __xfs_refcount_add()
[all …]
Dxfs_bmap.h257 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
280 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
Dxfs_refcount.h40 enum xfs_refcount_intent_type type, xfs_fsblock_t startblock,
Dxfs_rmap.h204 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
Dxfs_rmap.c2166 xfs_fsblock_t startblock, in xfs_rmap_finish_one() argument
2180 agno = XFS_FSB_TO_AGNO(mp, startblock); in xfs_rmap_finish_one()
2182 bno = XFS_FSB_TO_AGBNO(mp, startblock); in xfs_rmap_finish_one()
2223 bno = XFS_FSB_TO_AGBNO(rcur->bc_mp, startblock); in xfs_rmap_finish_one()
Dxfs_bmap.c4492 xfs_fsblock_t startblock, in xfs_bmapi_remap() argument
4544 got.br_startblock = startblock; in xfs_bmapi_remap()
6087 xfs_fsblock_t startblock, in xfs_bmap_finish_one() argument
6096 XFS_FSB_TO_AGNO(tp->t_mountp, startblock), type, in xfs_bmap_finish_one()
6097 XFS_FSB_TO_AGBNO(tp->t_mountp, startblock), in xfs_bmap_finish_one()
6110 startblock, 0); in xfs_bmap_finish_one()