Home
last modified time | relevance | path

Searched refs:xfs_rtword_t (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_rtbitmap.c190 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 …]
A Dxfs_rtbitmap.h166 static inline xfs_rtword_t
181 xfs_rtword_t value) in xfs_rtbitmap_setword()
A Dxfs_types.h23 typedef uint32_t xfs_rtword_t; /* word type for bitmap manipulations */ typedef

Completed in 8 milliseconds