Lines Matching refs:pgoff_t

102 	pgoff_t start;		/* start of range currently being fallocated */
103 pgoff_t next; /* the next page offset to be fallocated */
104 pgoff_t nr_falloced; /* how many new pages have been fallocated */
105 pgoff_t nr_unswapped; /* how often writepage refused to swap out */
138 static int shmem_swapin_page(struct inode *inode, pgoff_t index,
142 static int shmem_getpage_gfp(struct inode *inode, pgoff_t index,
147 int shmem_getpage(struct inode *inode, pgoff_t index, in shmem_getpage()
411 pgoff_t index, void *expected, void *replacement) in shmem_replace_entry()
433 pgoff_t index, swp_entry_t swap) in shmem_confirm_swap()
476 struct inode *inode, pgoff_t index) in shmem_is_huge()
676 struct inode *inode, pgoff_t index) in shmem_is_huge()
693 pgoff_t index, void *expected, gfp_t gfp, in shmem_add_to_page_cache()
786 pgoff_t index, void *radswap) in shmem_free_swap()
805 pgoff_t start, pgoff_t end) in shmem_partial_swap_usage()
868 pgoff_t index = 0; in shmem_unlock_mapping()
895 static bool shmem_punch_compound(struct page *page, pgoff_t start, pgoff_t end) in shmem_punch_compound()
918 pgoff_t start = (lstart + PAGE_SIZE - 1) >> PAGE_SHIFT; in shmem_undo_range()
919 pgoff_t end = (lend + 1) >> PAGE_SHIFT; in shmem_undo_range()
923 pgoff_t indices[PAGEVEC_SIZE]; in shmem_undo_range()
925 pgoff_t index; in shmem_undo_range()
1166 pgoff_t start, unsigned int nr_entries, in shmem_find_swap_entries()
1167 struct page **entries, pgoff_t *indices, in shmem_find_swap_entries()
1213 pgoff_t *indices) in shmem_unuse_swap_entries()
1248 pgoff_t start = 0; in shmem_unuse_inode()
1250 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unuse_inode()
1343 pgoff_t index; in shmem_writepage()
1493 struct shmem_inode_info *info, pgoff_t index) in shmem_pseudo_vma_init()
1509 struct shmem_inode_info *info, pgoff_t index) in shmem_swapin()
1549 struct shmem_inode_info *info, pgoff_t index) in shmem_alloc_hugepage()
1553 pgoff_t hindex; in shmem_alloc_hugepage()
1573 struct shmem_inode_info *info, pgoff_t index) in shmem_alloc_page()
1587 pgoff_t index, bool huge) in shmem_alloc_and_acct_page()
1635 struct shmem_inode_info *info, pgoff_t index) in shmem_replace_page()
1641 pgoff_t swap_index; in shmem_replace_page()
1710 static int shmem_swapin_page(struct inode *inode, pgoff_t index, in shmem_swapin_page()
1810 static int shmem_getpage_gfp(struct inode *inode, pgoff_t index, in shmem_getpage_gfp()
1820 pgoff_t hindex = index; in shmem_getpage_gfp()
2221 pgoff_t index; in shmem_get_policy()
2355 pgoff_t pgoff = linear_page_index(dst_vma, dst_addr); in shmem_mfill_atomic_pte()
2359 pgoff_t max_off; in shmem_mfill_atomic_pte()
2459 pgoff_t index = pos >> PAGE_SHIFT; in shmem_write_begin()
2514 pgoff_t index; in shmem_file_read_iter()
2534 pgoff_t end_index; in shmem_file_read_iter()
2646 pgoff_t start, index, end, undo_fallocend; in shmem_fallocate()
4161 pgoff_t index, gfp_t gfp) in shmem_read_mapping_page_gfp()