Home
last modified time | relevance | path

Searched refs:rbmoff (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h19 xfs_fileoff_t rbmoff; /* bitmap block number */ member
210 xfs_fileoff_t rbmoff) in xfs_rbmblock_to_rtx() argument
213 return rbmoff * mp->m_rtx_per_rbmblock; in xfs_rbmblock_to_rtx()
215 return rbmoff << mp->m_blkbit_log; in xfs_rbmblock_to_rtx()
272 xfs_fileoff_t rbmoff) in xfs_rtsumoffs() argument
274 return log2_len * mp->m_sb.sb_rbmblocks + rbmoff; in xfs_rtsumoffs()
/linux/fs/xfs/scrub/
H A Drtsummary.c171 xfs_fileoff_t rbmoff; in xchk_rtsum_record_free() local
184 rbmoff = xfs_rtx_to_rbmblock(mp, rec->ar_startext); in xchk_rtsum_record_free()
186 offs = xfs_rtsumoffs(mp, lenlog, rbmoff); in xchk_rtsum_record_free()
H A Dtrace.h3719 TP_PROTO(struct xfs_rtgroup *rtg, xfs_fileoff_t rbmoff,
3721 TP_ARGS(rtg, rbmoff, rtx, len),
3726 __field(xfs_fileoff_t, rbmoff)
3734 __entry->rbmoff = rbmoff;
3742 __entry->rbmoff,
3748 TP_PROTO(struct xfs_mount *mp, xfs_fileoff_t rbmoff,
3750 TP_ARGS(mp, rbmoff, wordoff, wordcnt),
3754 __field(xfs_fileoff_t, rbmoff)
3761 __entry->rbmoff = rbmoff;
3768 __entry->rbmoff,