Home
last modified time | relevance | path

Searched refs:PAGE_BITS (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/md/
Dbitmap.h80 #define PAGE_BITS (PAGE_SIZE << 3) macro
96 #define PAGE_COUNTER_RATIO (PAGE_BITS / COUNTER_BITS)
Dbitmap.c698 return chunk & (PAGE_BITS - 1); in file_page_offset()
1148 j |= (PAGE_BITS - 1); in bitmap_daemon_work()