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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_rtalloc.c924 xfs_rtword_t *b; /* current word in buffer */
928 xfs_rtword_t *bufp; /* starting word in buffer */
932 xfs_rtword_t mask; /* mask of relevant bits for value */
933 xfs_rtword_t wdiff; /* difference from wanted value */
947 bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp);
970 mask = (((xfs_rtword_t)1 << (lastbit - bit)) - 1) << bit;
998 b = bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp);
1044 b = bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp);
1061 mask = ((xfs_rtword_t)1 << lastbit) - 1;
1140 xfs_rtword_t *
[all...]
H A Dxfs_types.h68 typedef __int32_t xfs_rtword_t; /* word type for bitmap manipulations */ typedef

Completed in 108 milliseconds