Searched refs:pgoff_t (Results 201 - 225 of 242) sorted by relevance

12345678910

/linux-master/mm/
H A Dmadvise.c225 pgoff_t end_index = linear_page_index(vma, end) - 1;
/linux-master/lib/
H A Dscatterlist.c1278 pgoff_t index = start / PAGE_SIZE;
/linux-master/fs/proc/
H A Dtask_mmu.c1427 pgoff_t offset;
2707 pgoff_t ilx;
H A Dvmcore.c426 pgoff_t index = vmf->pgoff;
/linux-master/fs/nilfs2/
H A Dbtree.c2160 pgoff_t index = 0;
2170 while (filemap_get_folios_tag(btcache, &index, (pgoff_t)-1,
/linux-master/fs/fuse/
H A Ddev.c1571 pgoff_t index;
1666 pgoff_t index;
/linux-master/fs/
H A Daio.c411 pgoff_t idx;
442 if (idx < (pgoff_t)ctx->nr_pages) {
H A Dlibfs.c1543 (last_fs_page > (pgoff_t)(~0ULL))) {
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c1118 pgoff_t i;
1158 pgoff_t i;
/linux-master/fs/affs/
H A Dfile.c655 pgoff_t index;
/linux-master/fs/ufs/
H A Dballoc.c248 pgoff_t index, cur_index, last_index;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gem.c294 pgoff_t pgoff;
/linux-master/kernel/bpf/
H A Darraymap.c523 pgoff_t pgoff = PAGE_ALIGN(sizeof(*array)) >> PAGE_SHIFT;
/linux-master/kernel/power/
H A Dswap.c271 static int hib_submit_io(blk_opf_t opf, pgoff_t page_off, void *addr,
/linux-master/fs/bcachefs/
H A Dfs-io-buffered.c115 pgoff_t folio_offset = bio_end_sector(bio) >> PAGE_SECTORS_SHIFT;
H A Dfs-io.c241 pgoff_t index, loff_t start, loff_t end)
/linux-master/fs/gfs2/
H A Ddir.c1492 f_ra->start = max((pgoff_t)index, f_ra->start);
/linux-master/ipc/
H A Dshm.c577 unsigned long addr, pgoff_t *ilx)
/linux-master/fs/erofs/
H A Dzdata.c1777 pgoff_t index = cur >> PAGE_SHIFT;
/linux-master/fs/iomap/
H A Dbuffered-io.c1831 pgoff_t end_index = isize >> PAGE_SHIFT;
1840 * Note that the pgoff_t used for end_index is an unsigned long.
/linux-master/fs/ecryptfs/
H A Dcrypto.c355 pgoff_t page_index = op == ENCRYPT ? src_page->index : dst_page->index;
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h1291 static inline void arch_swap_invalidate_page(int type, pgoff_t offset)
/linux-master/kernel/events/
H A Duprobes.c518 pgoff_t index;
/linux-master/fs/nfs/
H A Dwrite.c277 pgoff_t end_index;
/linux-master/include/linux/
H A Dkvm_host.h600 pgoff_t pgoff;

Completed in 513 milliseconds

12345678910