Searched defs:PAGE_CACHE_ALIGN (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dpagemap.h93 #define PAGE_CACHE_ALIGN(addr) (((addr)+PAGE_CACHE_SIZE-1)&PAGE_CACHE_MASK) macro

Completed in 83 milliseconds