Home
last modified time | relevance | path

Searched refs:xrep_wordcnt_t (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/xfs/scrub/
H A Drtbitmap_repair.c90 static inline xrep_wordcnt_t
141 xrep_wordcnt_t nr_words) in xfbmp_copyin()
152 xrep_wordcnt_t nr_words) in xfbmp_copyout()
274 xrep_wordcnt_t wordcnt; in xrep_rtbitmap_mark_free()
276 wordcnt = min_t(xrep_wordcnt_t, nextwordoff - wordoff, in xrep_rtbitmap_mark_free()
285 wordcnt = min_t(xrep_wordcnt_t, wordcnt, in xrep_rtbitmap_mark_free()
H A Drtbitmap.h17 typedef unsigned int xrep_wordcnt_t; typedef