Lines Matching refs:BITS_PER_BYTE
276 for (i = 0; i < len * BITS_PER_BYTE; i++) { in check_eb_bitmap()
286 bit1 = !!extent_buffer_test_bit(eb, i / BITS_PER_BYTE, in check_eb_bitmap()
287 i % BITS_PER_BYTE); in check_eb_bitmap()
310 bitmap_set(bitmap, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
311 extent_buffer_bitmap_set(eb, 0, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
318 bitmap_clear(bitmap, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
319 extent_buffer_bitmap_clear(eb, 0, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
329 (PAGE_SIZE - sizeof(long) / 2) * BITS_PER_BYTE, in __test_eb_bitmaps()
330 sizeof(long) * BITS_PER_BYTE); in __test_eb_bitmaps()
332 sizeof(long) * BITS_PER_BYTE); in __test_eb_bitmaps()
339 bitmap_set(bitmap, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
341 (PAGE_SIZE - sizeof(long) / 2) * BITS_PER_BYTE, in __test_eb_bitmaps()
342 sizeof(long) * BITS_PER_BYTE); in __test_eb_bitmaps()
343 extent_buffer_bitmap_set(eb, 0, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
345 sizeof(long) * BITS_PER_BYTE); in __test_eb_bitmaps()
358 bitmap_clear(bitmap, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
359 extent_buffer_bitmap_clear(eb, 0, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
360 for (i = 0; i < len * BITS_PER_BYTE / 32; i++) { in __test_eb_bitmaps()