Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:PTR_ALIGN

39 #define PTR_ALIGN(p, a)		((__typeof__(p))ALIGN((unsigned long)(p), (a)))
92 p32 = (uint32_t *)PTR_ALIGN(p8, 4);
159 p32 = (uint32_t *)PTR_ALIGN(p8, 4);
226 p32 = (const uint32_t *)PTR_ALIGN(p8, 8);
306 p32 = (const uint32_t *)PTR_ALIGN(p8, 8);