HomeSort by relevance Sort by last modified time
    Searched refs:pgoff_t (Results 1 - 6 of 6) sorted by null

  /external/kernel-headers/original/linux/
pagemap.h 79 unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
81 unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t start,
83 unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
124 static inline pgoff_t linear_page_index(struct vm_area_struct *vma,
127 pgoff_t pgoff = (address - vma->vm_start) >> PAGE_SHIFT;
types.h 147 #ifndef pgoff_t
148 #define pgoff_t unsigned long macro
swap.h 25 * encoded into pte's and into pgoff_t's in the swapcache. Using five bits
27 * on 32-bit-pgoff_t architectures. And that assumes that the architecture packs
102 pgoff_t start_page;
103 pgoff_t nr_pages;
244 extern sector_t map_swap_page(struct swap_info_struct *, pgoff_t);
mm.h 252 pgoff_t index; /* Our offset within mapping. */
591 static inline pgoff_t page_index(struct page *page)
705 pgoff_t first_index; /* Lowest page->index to unmap */
706 pgoff_t last_index; /* Highest page->index to unmap */
916 unsigned long end, pgoff_t pgoff, struct vm_area_struct *insert);
919 unsigned long vm_flags, struct anon_vma *, struct file *, pgoff_t,
929 unsigned long addr, unsigned long len, pgoff_t pgoff);
    [all...]
fs.h 398 pgoff_t writeback_index;/* writeback starts here */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
types.h 131 #ifndef pgoff_t
132 #define pgoff_t unsigned long macro

Completed in 192 milliseconds