__ALIGN_MASK
#define __ALIGN_MASK(x, mask) __ALIGN_KERNEL_MASK((x), (mask))
#define __ALIGN_MASK(x, mask) (((x)+(mask))&~(mask))