Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.     struct page {
  2.  
  3.          unsigned long flags;
  4.          atomic_t _count;
  5.          atomic_t _mapcount;
  6.          unsigned long private;
  7.          struct address_space mapping;
  8.          pgoff_t index;
  9.          struct list_head lru;
  10.          void *virtual;
  11.     };