offset_in_page
#define offset_in_page(off) ((unsigned long)(off) & (PAGE_SIZE - 1))
#define offset_in_page(x) ((x) & PAGE_MASK)