Searched refs:wordoff (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | rtbitmap_repair.c | 105 xrep_wordoff_t wordoff, in xfbmp_load() argument 115 wordoff << XFS_WORDLOG); in xfbmp_load() 126 xrep_wordoff_t wordoff, in xfbmp_store() argument 136 wordoff << XFS_WORDLOG); in xfbmp_store() 142 xrep_wordoff_t wordoff, in xfbmp_copyin() argument 147 wordoff << XFS_WORDLOG); in xfbmp_copyin() 153 xrep_wordoff_t wordoff, in xfbmp_copyout() argument 158 wordoff << XFS_WORDLOG); in xfbmp_copyout() 165 xrep_wordoff_t wordoff, in xrep_rtbitmap_or() argument 171 error = xfbmp_load(rtb, wordoff, &word); in xrep_rtbitmap_or() [all …]
|
| H A D | trace.h | 3693 TP_PROTO(struct xfs_mount *mp, unsigned long long wordoff, 3695 TP_ARGS(mp, wordoff, mask, word), 3699 __field(unsigned long long, wordoff) 3706 __entry->wordoff = wordoff; 3713 __entry->wordoff, 3749 unsigned long long wordoff, unsigned int wordcnt), 3750 TP_ARGS(mp, rbmoff, wordoff, wordcnt), 3755 __field(unsigned long long, wordoff) 3762 __entry->wordoff = wordoff; 3769 __entry->wordoff, [all …]
|