Searched refs:xfs_rtword_t (Results 1 – 5 of 5) sorted by relevance
278 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_back()280 xfs_rtword_t incore; in xfs_rtfind_back()302 want = (incore & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_back()432 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_forw()434 xfs_rtword_t incore; in xfs_rtfind_forw()458 want = (incore & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_forw()544 mask = ((xfs_rtword_t)1 << lastbit) - 1; in xfs_rtfind_forw()672 xfs_rtword_t incore; in xfs_rtmodify_range()773 mask = ((xfs_rtword_t)1 << lastbit) - 1; in xfs_rtmodify_range()887 xfs_rtword_t incore; in xfs_rtcheck_range()[all …]
237 static inline xfs_rtword_t254 xfs_rtword_t value) in xfs_rtbitmap_setword()
25 typedef uint32_t xfs_rtword_t; /* word type for bitmap manipulations */ typedef
103 xfs_rtword_t *word) in xfbmp_load()124 const xfs_rtword_t word) in xfbmp_store()163 xfs_rtword_t mask) in xrep_rtbitmap_or()165 xfs_rtword_t word; in xrep_rtbitmap_or()195 xfs_rtword_t mask; in xrep_rtbitmap_mark_free()244 mask = (((xfs_rtword_t)1 << (lastbit - bit)) - 1) << bit; in xrep_rtbitmap_mark_free()256 mask = ((xfs_rtword_t)1 << bit) - 1; in xrep_rtbitmap_mark_free()
3690 xfs_rtword_t mask, xfs_rtword_t word),3771 unsigned int bit, xfs_rtword_t ondisk_word,3772 xfs_rtword_t xfile_word, xfs_rtword_t word_mask),3779 __field(xfs_rtword_t, ondisk_word)3780 __field(xfs_rtword_t, xfile_word)3781 __field(xfs_rtword_t, word_mask)
Completed in 19 milliseconds