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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_rtalloc.c930 xfs_rtword_t *b; /* current word in buffer */
934 xfs_rtword_t *bufp; /* starting word in buffer */
938 xfs_rtword_t mask; /* mask of relevant bits for value */
939 xfs_rtword_t wdiff; /* difference from wanted value */
953 bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp);
976 mask = (((xfs_rtword_t)1 << (lastbit - bit)) - 1) << bit;
1004 b = bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp);
1050 b = bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp);
1067 mask = ((xfs_rtword_t)1 << lastbit) - 1;
1146 xfs_rtword_t *
[all...]
H A Dxfs_types.h76 typedef __int32_t xfs_rtword_t; /* word type for bitmap manipulations */ typedef

Completed in 101 milliseconds