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

12345678910

/linux-master/fs/
H A Daio.c412 pgoff_t idx;
443 if (idx < (pgoff_t)ctx->nr_pages) {
H A Dlibfs.c1586 (last_fs_page > (pgoff_t)(~0ULL))) {
/linux-master/fs/fuse/
H A Ddev.c1571 pgoff_t index;
1666 pgoff_t index;
/linux-master/fs/proc/
H A Dtask_mmu.c1437 pgoff_t offset;
2723 pgoff_t ilx;
H A Dvmcore.c428 pgoff_t index = vmf->pgoff;
/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/kernel/bpf/
H A Darraymap.c560 pgoff_t pgoff = PAGE_ALIGN(sizeof(*array)) >> PAGE_SHIFT;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gem.c294 pgoff_t pgoff;
/linux-master/fs/bcachefs/
H A Dfs-io.c244 pgoff_t index, loff_t start, loff_t end)
H A Dfs-io-buffered.c108 pgoff_t folio_offset = bio_end_sector(bio) >> PAGE_SECTORS_SHIFT;
/linux-master/mm/
H A Dmadvise.c225 pgoff_t end_index = linear_page_index(vma, end) - 1;
/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/ecryptfs/
H A Dcrypto.c355 pgoff_t page_index = op == ENCRYPT ? src_page->index : dst_page->index;
/linux-master/fs/gfs2/
H A Ddir.c1495 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/nfs/
H A Dwrite.c277 pgoff_t end_index;
/linux-master/include/linux/
H A Dkvm_host.h596 pgoff_t pgoff;
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h1380 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/erofs/
H A Dzdata.c1777 pgoff_t index = cur >> PAGE_SHIFT;
/linux-master/fs/smb/client/
H A Dcifsfs.c1197 pgoff_t index = pos / PAGE_SIZE;
/linux-master/fs/iomap/
H A Dbuffered-io.c1846 pgoff_t end_index = isize >> PAGE_SHIFT;
1855 * Note that the pgoff_t used for end_index is an unsigned long.
/linux-master/fs/ntfs3/
H A Dfrecord.c2093 pgoff_t index = page->index;
2183 pgoff_t index;
/linux-master/drivers/mtd/nand/raw/
H A Dnandsim.c1313 pgoff_t index, start_index, end_index;

Completed in 327 milliseconds

12345678910