Searched refs:pgoff_t (Results 1 – 18 of 18) sorted by relevance
/include/linux/ |
D | pagemap.h | 231 pgoff_t index); 233 pgoff_t index); 235 pgoff_t index, gfp_t gfp_mask); 236 unsigned find_get_pages(struct address_space *mapping, pgoff_t start, 238 unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t start, 240 unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index, 244 pgoff_t index, unsigned flags); 250 pgoff_t index) in grab_cache_page() 256 pgoff_t index); 258 pgoff_t index, filler_t *filler, void *data); [all …]
|
D | prio_tree.h | 45 pgoff_t r_index; 46 pgoff_t h_index; 50 struct prio_tree_root *root, pgoff_t r_index, pgoff_t h_index) in prio_tree_iter_init()
|
D | cleancache.h | 28 pgoff_t, struct page *); 30 pgoff_t, struct page *); 31 void (*invalidate_page)(int, struct cleancache_filekey, pgoff_t);
|
D | writeback.h | 184 pgoff_t start, pgoff_t end); 192 pgoff_t start, pgoff_t end);
|
D | shmem_fs.h | 53 pgoff_t index, gfp_t gfp_mask); 58 struct address_space *mapping, pgoff_t index) in shmem_read_mapping_page()
|
D | pagevec.h | 26 pgoff_t start, unsigned nr_pages); 28 struct address_space *mapping, pgoff_t *index, int tag,
|
D | nfs_page.h | 41 pgoff_t wb_index; /* Offset >> PAGE_CACHE_SHIFT */ 92 extern void nfs_pageio_cond_complete(struct nfs_pageio_descriptor *, pgoff_t);
|
D | types.h | 150 #ifndef pgoff_t 151 #define pgoff_t unsigned long macro
|
D | swapops.h | 26 static inline swp_entry_t swp_entry(unsigned long type, pgoff_t offset) in swp_entry() 48 static inline pgoff_t swp_offset(swp_entry_t entry) in swp_offset()
|
D | hugetlb.h | 296 pgoff_t __basepage_index(struct page *page); 299 static inline pgoff_t basepage_index(struct page *page) in basepage_index() 326 static inline pgoff_t basepage_index(struct page *page) in basepage_index()
|
D | swap.h | 134 pgoff_t start_page; 135 pgoff_t nr_pages; 353 extern sector_t swapdev_block(int, pgoff_t);
|
D | mm.h | 201 pgoff_t pgoff; /* Logical page offset based on vma */ 826 static inline pgoff_t page_index(struct page *page) in page_index() 901 pgoff_t first_index; /* Lowest page->index to unmap */ 902 pgoff_t last_index; /* Highest page->index to unmap */ 1382 unsigned long end, pgoff_t pgoff, struct vm_area_struct *insert); 1385 unsigned long vm_flags, struct anon_vma *, struct file *, pgoff_t, 1395 unsigned long addr, unsigned long len, pgoff_t pgoff); 1446 pgoff_t offset, unsigned long nr_to_read); 1451 pgoff_t offset, 1458 pgoff_t offset,
|
D | fscache-cache.h | 196 pgoff_t store_limit; /* don't write more than this */ 372 pgoff_t store_limit; /* current storage limit */
|
D | mm_types.h | 54 pgoff_t index; /* Our offset within mapping. */
|
D | fs.h | 619 int (*get_xip_mem)(struct address_space *, pgoff_t, int, 658 pgoff_t writeback_index;/* writeback starts here */ 956 pgoff_t start; /* where readahead started */ 969 static inline int ra_has_index(struct file_ra_state *ra, pgoff_t index) in ra_has_index() 2196 pgoff_t start, pgoff_t end); 2206 pgoff_t start, pgoff_t end);
|
/include/trace/events/ |
D | btrfs.h | 296 __field( pgoff_t, index ) 304 __field( pgoff_t, writeback_index ) 352 __field( pgoff_t, index )
|
D | ext3.h | 242 __field( pgoff_t, index ) 298 __field( pgoff_t, index )
|
D | ext4.h | 306 __field( pgoff_t, writeback_index ) 386 __field( pgoff_t, writeback_index ) 414 __field( pgoff_t, index ) 459 __field( pgoff_t, index )
|