Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_rtalloc.c950 xfs_rtword_t *bufp; /* pointer into the buffer */ in xfs_rtcheck_bit()
953 xfs_rtword_t wdiff; /* difference between bit & expected */ in xfs_rtcheck_bit()
955 xfs_rtword_t wval; /* word value from buffer */ in xfs_rtcheck_bit()
959 bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); in xfs_rtcheck_bit()
964 wdiff = (wval ^ -val) & ((xfs_rtword_t)1 << bit); in xfs_rtcheck_bit()
1001 xfs_rtword_t *b; /* current word in buffer */ in xfs_rtcheck_range()
1005 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtcheck_range()
1009 xfs_rtword_t mask; /* mask of relevant bits for value */ in xfs_rtcheck_range()
1010 xfs_rtword_t wdiff; /* difference from wanted value */ in xfs_rtcheck_range()
1024 bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); in xfs_rtcheck_range()
[all …]
Dxfs_types.h89 typedef __int32_t xfs_rtword_t; /* word type for bitmap manipulations */ typedef