Searched refs:wordoff (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | rtbitmap_repair.c | 102 xrep_wordoff_t wordoff, in xfbmp_load() argument 112 wordoff << XFS_WORDLOG); in xfbmp_load() 123 xrep_wordoff_t wordoff, in xfbmp_store() argument 133 wordoff << XFS_WORDLOG); in xfbmp_store() 139 xrep_wordoff_t wordoff, in xfbmp_copyin() argument 144 wordoff << XFS_WORDLOG); in xfbmp_copyin() 150 xrep_wordoff_t wordoff, in xfbmp_copyout() argument 155 wordoff << XFS_WORDLOG); in xfbmp_copyout() 162 xrep_wordoff_t wordoff, in xrep_rtbitmap_or() argument 168 error = xfbmp_load(rtb, wordoff, &word); in xrep_rtbitmap_or() [all …]
|
| H A D | trace.h | 3734 TP_PROTO(struct xfs_mount *mp, unsigned long long wordoff, 3736 TP_ARGS(mp, wordoff, mask, word), 3740 __field(unsigned long long, wordoff) 3747 __entry->wordoff = wordoff; 3754 __entry->wordoff, 3790 unsigned long long wordoff, unsigned int wordcnt), 3791 TP_ARGS(mp, rbmoff, wordoff, wordcnt), 3796 __field(unsigned long long, wordoff) 3803 __entry->wordoff = wordoff; 3810 __entry->wordoff, [all …]
|