Home
last modified time | relevance | path

Searched refs:rbmoff (Results 1 – 4 of 4) 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()
H A Dxfs_rtbitmap.c136 args->rbmoff = NULLFILEOFF; in xfs_rtbuf_cache_relse()
173 coffp = &args->rbmoff; in xfs_rtbuf_get()
/linux/fs/xfs/scrub/
H A Drtsummary.c175 xfs_fileoff_t rbmoff; in xchk_rtsum_record_free() local
188 rbmoff = xfs_rtx_to_rbmblock(mp, rec->ar_startext); in xchk_rtsum_record_free()
190 offs = xfs_rtsumoffs(mp, lenlog, rbmoff); in xchk_rtsum_record_free()
H A Dtrace.h3760 TP_PROTO(struct xfs_rtgroup *rtg, xfs_fileoff_t rbmoff,
3762 TP_ARGS(rtg, rbmoff, rtx, len),
3767 __field(xfs_fileoff_t, rbmoff)
3775 __entry->rbmoff = rbmoff;
3783 __entry->rbmoff,
3789 TP_PROTO(struct xfs_mount *mp, xfs_fileoff_t rbmoff,
3791 TP_ARGS(mp, rbmoff, wordoff, wordcnt),
3795 __field(xfs_fileoff_t, rbmoff)
3802 __entry->rbmoff = rbmoff;
3809 __entry->rbmoff,