Searched refs:rbmoff (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtbitmap.h | 19 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 D | xfs_rtbitmap.c | 136 args->rbmoff = NULLFILEOFF; in xfs_rtbuf_cache_relse() 173 coffp = &args->rbmoff; in xfs_rtbuf_get()
|
/linux/fs/xfs/scrub/ |
H A D | rtsummary.c | 175 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 D | trace.h | 3715 TP_PROTO(struct xfs_rtgroup *rtg, xfs_fileoff_t rbmoff, 3717 TP_ARGS(rtg, rbmoff, rtx, len), 3722 __field(xfs_fileoff_t, rbmoff) 3730 __entry->rbmoff = rbmoff; 3738 __entry->rbmoff, 3744 TP_PROTO(struct xfs_mount *mp, xfs_fileoff_t rbmoff, 3746 TP_ARGS(mp, rbmoff, wordoff, wordcnt), 3750 __field(xfs_fileoff_t, rbmoff) 3757 __entry->rbmoff = rbmoff; 3764 __entry->rbmoff,
|