Searched refs:xfs_rtword_t (Results 1 – 3 of 3) sorted by relevance
190 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_back()192 xfs_rtword_t incore; in xfs_rtfind_back()214 want = (incore & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_back()344 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_forw()346 xfs_rtword_t incore; in xfs_rtfind_forw()370 want = (incore & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_forw()456 mask = ((xfs_rtword_t)1 << lastbit) - 1; in xfs_rtfind_forw()583 xfs_rtword_t incore; in xfs_rtmodify_range()684 mask = ((xfs_rtword_t)1 << lastbit) - 1; in xfs_rtmodify_range()798 xfs_rtword_t incore; in xfs_rtcheck_range()[all …]
166 static inline xfs_rtword_t181 xfs_rtword_t value) in xfs_rtbitmap_setword()
23 typedef uint32_t xfs_rtword_t; /* word type for bitmap manipulations */ typedef
Completed in 7 milliseconds