xfs_rtword_t 930 fs/xfs/xfs_rtalloc.c xfs_rtword_t *b; /* current word in buffer */ xfs_rtword_t 934 fs/xfs/xfs_rtalloc.c xfs_rtword_t *bufp; /* starting word in buffer */ xfs_rtword_t 938 fs/xfs/xfs_rtalloc.c xfs_rtword_t mask; /* mask of relevant bits for value */ xfs_rtword_t 939 fs/xfs/xfs_rtalloc.c xfs_rtword_t wdiff; /* difference from wanted value */ xfs_rtword_t 953 fs/xfs/xfs_rtalloc.c bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); xfs_rtword_t 976 fs/xfs/xfs_rtalloc.c mask = (((xfs_rtword_t)1 << (lastbit - bit)) - 1) << bit; xfs_rtword_t 1004 fs/xfs/xfs_rtalloc.c b = bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); xfs_rtword_t 1050 fs/xfs/xfs_rtalloc.c b = bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); xfs_rtword_t 1067 fs/xfs/xfs_rtalloc.c mask = ((xfs_rtword_t)1 << lastbit) - 1; xfs_rtword_t 1146 fs/xfs/xfs_rtalloc.c xfs_rtword_t *b; /* current word in buffer */ xfs_rtword_t 1150 fs/xfs/xfs_rtalloc.c xfs_rtword_t *bufp; /* starting word in buffer */ xfs_rtword_t 1155 fs/xfs/xfs_rtalloc.c xfs_rtword_t mask; /* mask of relevant bits for value */ xfs_rtword_t 1156 fs/xfs/xfs_rtalloc.c xfs_rtword_t want; /* mask for "good" values */ xfs_rtword_t 1157 fs/xfs/xfs_rtalloc.c xfs_rtword_t wdiff; /* difference from wanted value */ xfs_rtword_t 1168 fs/xfs/xfs_rtalloc.c bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); xfs_rtword_t 1180 fs/xfs/xfs_rtalloc.c want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; xfs_rtword_t 1191 fs/xfs/xfs_rtalloc.c mask = (((xfs_rtword_t)1 << (bit - firstbit + 1)) - 1) << xfs_rtword_t 1220 fs/xfs/xfs_rtalloc.c bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); xfs_rtword_t 1266 fs/xfs/xfs_rtalloc.c bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); xfs_rtword_t 1286 fs/xfs/xfs_rtalloc.c mask = (((xfs_rtword_t)1 << (len - i)) - 1) << firstbit; xfs_rtword_t 1321 fs/xfs/xfs_rtalloc.c xfs_rtword_t *b; /* current word in buffer */ xfs_rtword_t 1325 fs/xfs/xfs_rtalloc.c xfs_rtword_t *bufp; /* starting word in buffer */ xfs_rtword_t 1330 fs/xfs/xfs_rtalloc.c xfs_rtword_t mask; /* mask of relevant bits for value */ xfs_rtword_t 1331 fs/xfs/xfs_rtalloc.c xfs_rtword_t want; /* mask for "good" values */ xfs_rtword_t 1332 fs/xfs/xfs_rtalloc.c xfs_rtword_t wdiff; /* difference from wanted value */ xfs_rtword_t 1343 fs/xfs/xfs_rtalloc.c bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); xfs_rtword_t 1355 fs/xfs/xfs_rtalloc.c want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; xfs_rtword_t 1366 fs/xfs/xfs_rtalloc.c mask = (((xfs_rtword_t)1 << (lastbit - bit)) - 1) << bit; xfs_rtword_t 1394 fs/xfs/xfs_rtalloc.c b = bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); xfs_rtword_t 1439 fs/xfs/xfs_rtalloc.c b = bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); xfs_rtword_t 1456 fs/xfs/xfs_rtalloc.c mask = ((xfs_rtword_t)1 << lastbit) - 1; xfs_rtword_t 1634 fs/xfs/xfs_rtalloc.c xfs_rtword_t *b; /* current word in buffer */ xfs_rtword_t 1638 fs/xfs/xfs_rtalloc.c xfs_rtword_t *bufp; /* starting word in buffer */ xfs_rtword_t 1640 fs/xfs/xfs_rtalloc.c xfs_rtword_t *first; /* first used word in the buffer */ xfs_rtword_t 1643 fs/xfs/xfs_rtalloc.c xfs_rtword_t mask; /* mask o frelevant bits for value */ xfs_rtword_t 1657 fs/xfs/xfs_rtalloc.c bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); xfs_rtword_t 1677 fs/xfs/xfs_rtalloc.c mask = (((xfs_rtword_t)1 << (lastbit - bit)) - 1) << bit; xfs_rtword_t 1702 fs/xfs/xfs_rtalloc.c first = b = bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); xfs_rtword_t 1742 fs/xfs/xfs_rtalloc.c first = b = bufp = (xfs_rtword_t *)XFS_BUF_PTR(bp); xfs_rtword_t 1760 fs/xfs/xfs_rtalloc.c mask = ((xfs_rtword_t)1 << lastbit) - 1;