PAGE_CACHE_SIZE 46 include/linux/buffer_head.h #define MAX_BUF_PER_PAGE (PAGE_CACHE_SIZE / 512) PAGE_CACHE_SIZE 172 include/linux/ceph/libceph.h return ((off+len+PAGE_CACHE_SIZE-1) >> PAGE_CACHE_SHIFT) - PAGE_CACHE_SIZE 177 include/linux/f2fs_fs.h #define INLINE_DATA_OFFSET (PAGE_CACHE_SIZE - sizeof(struct node_footer) -\ PAGE_CACHE_SIZE 249 include/linux/f2fs_fs.h #define NAT_ENTRY_PER_BLOCK (PAGE_CACHE_SIZE / sizeof(struct f2fs_nat_entry)) PAGE_CACHE_SIZE 269 include/linux/f2fs_fs.h #define SIT_ENTRY_PER_BLOCK (PAGE_CACHE_SIZE / sizeof(struct f2fs_sit_entry)) PAGE_CACHE_SIZE 845 include/linux/fs.h #define MAX_LFS_FILESIZE (((loff_t)PAGE_CACHE_SIZE << (BITS_PER_LONG-1))-1) PAGE_CACHE_SIZE 334 include/linux/nilfs2_fs.h #if !defined(__KERNEL__) || (PAGE_CACHE_SIZE >= 65536) PAGE_CACHE_SIZE 343 include/linux/nilfs2_fs.h #if !defined(__KERNEL__) || (PAGE_CACHE_SIZE >= 65536) PAGE_CACHE_SIZE 93 include/linux/pagemap.h #define PAGE_CACHE_ALIGN(addr) (((addr)+PAGE_CACHE_SIZE-1)&PAGE_CACHE_MASK)