Searched refs:nr_words (Results 1 – 3 of 3) sorted by relevance
| /fs/xfs/scrub/ |
| A D | rtbitmap_repair.c | 141 xrep_wordcnt_t nr_words) in xfbmp_copyin() argument 143 return xfile_store(rtb->sc->xfile, word, nr_words << XFS_WORDLOG, in xfbmp_copyin() 152 xrep_wordcnt_t nr_words) in xfbmp_copyout() argument 154 return xfile_load(rtb->sc->xfile, word, nr_words << XFS_WORDLOG, in xfbmp_copyout()
|
| A D | rtsummary.h | 29 union xfs_suminfo_raw *rawinfo, unsigned int nr_words);
|
| A D | rtsummary.c | 145 unsigned int nr_words) in xfsum_copyout() argument 147 return xfile_load(sc->xfile, rawinfo, nr_words << XFS_WORDLOG, in xfsum_copyout()
|
Completed in 5 milliseconds