Lines Matching refs:BITS_PER_BYTE
327 for (i = 0; i < len * BITS_PER_BYTE; i++) { in check_eb_bitmap()
337 bit1 = !!extent_buffer_test_bit(eb, i / BITS_PER_BYTE, in check_eb_bitmap()
338 i % BITS_PER_BYTE); in check_eb_bitmap()
361 bitmap_set(bitmap, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
362 extent_buffer_bitmap_set(eb, 0, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
369 bitmap_clear(bitmap, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
370 extent_buffer_bitmap_clear(eb, 0, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
380 (PAGE_SIZE - sizeof(long) / 2) * BITS_PER_BYTE, in __test_eb_bitmaps()
381 sizeof(long) * BITS_PER_BYTE); in __test_eb_bitmaps()
383 sizeof(long) * BITS_PER_BYTE); in __test_eb_bitmaps()
390 bitmap_set(bitmap, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
392 (PAGE_SIZE - sizeof(long) / 2) * BITS_PER_BYTE, in __test_eb_bitmaps()
393 sizeof(long) * BITS_PER_BYTE); in __test_eb_bitmaps()
394 extent_buffer_bitmap_set(eb, 0, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
396 sizeof(long) * BITS_PER_BYTE); in __test_eb_bitmaps()
409 bitmap_clear(bitmap, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
410 extent_buffer_bitmap_clear(eb, 0, 0, len * BITS_PER_BYTE); in __test_eb_bitmaps()
411 for (i = 0; i < len * BITS_PER_BYTE / 32; i++) { in __test_eb_bitmaps()