Searched refs:pgoff_t (Results 101 - 125 of 239) sorted by path

12345678910

/linux-master/fs/f2fs/
H A Dsegment.h220 pgoff_t index;
799 static inline pgoff_t current_sit_addr(struct f2fs_sb_info *sbi,
821 static inline pgoff_t next_sit_addr(struct f2fs_sb_info *sbi,
822 pgoff_t block_addr)
H A Dverity.c258 pgoff_t index,
/linux-master/fs/fuse/
H A Ddev.c1571 pgoff_t index;
1666 pgoff_t index;
H A Dfile.c426 pgoff_t idx_from, pgoff_t idx_to)
434 pgoff_t curr_index;
455 static bool fuse_range_is_writeback(struct inode *inode, pgoff_t idx_from,
456 pgoff_t idx_to)
468 static inline bool fuse_page_is_writeback(struct inode *inode, pgoff_t index)
479 static void fuse_wait_on_page_writeback(struct inode *inode, pgoff_t index)
1197 pgoff_t index = pos >> PAGE_SHIFT;
1541 pgoff_t idx_from = pos >> PAGE_SHIFT;
1542 pgoff_t idx_t
[all...]
H A Dinode.c522 pgoff_t pg_start;
523 pgoff_t pg_end;
H A Dreaddir.c37 pgoff_t index;
451 pgoff_t index;
H A Dvirtio_fs.c865 static long virtio_fs_direct_access(struct dax_device *dax_dev, pgoff_t pgoff,
882 pgoff_t pgoff, size_t nr_pages)
/linux-master/fs/gfs2/
H A Daops.c209 pgoff_t *done_index)
313 pgoff_t writeback_index;
314 pgoff_t index;
315 pgoff_t end;
316 pgoff_t done_index;
H A Ddir.c1495 f_ra->start = max((pgoff_t)index, f_ra->start);
/linux-master/fs/hfsplus/
H A Dsuper.c453 (last_fs_page > (pgoff_t)(~0ULL))) {
/linux-master/fs/hostfs/
H A Dhostfs_kern.c467 pgoff_t index = pos >> PAGE_SHIFT;
/linux-master/fs/hugetlbfs/
H A Dinode.c441 static unsigned long vma_offset_start(struct vm_area_struct *vma, pgoff_t start)
451 static unsigned long vma_offset_end(struct vm_area_struct *vma, pgoff_t end)
470 struct folio *folio, pgoff_t index)
478 pgoff_t start, end;
552 hugetlb_vmdelete_list(struct rb_root_cached *root, pgoff_t start, pgoff_t end,
589 struct folio *folio, pgoff_t index,
649 const pgoff_t end = lend >> PAGE_SHIFT;
651 pgoff_t next, index;
706 pgoff_t pgof
[all...]
/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/isofs/
H A Dcompress.c314 pgoff_t index = page->index, end_index;
/linux-master/fs/jffs2/
H A Dfile.c139 pgoff_t index = pos >> PAGE_SHIFT;
/linux-master/fs/
H A Dlibfs.c1586 (last_fs_page > (pgoff_t)(~0ULL))) {
/linux-master/fs/netfs/
H A Dbuffered_read.c24 pgoff_t start_page = rreq->start / PAGE_SIZE;
25 pgoff_t last_page = ((rreq->start + rreq->len) / PAGE_SIZE) - 1;
437 pgoff_t index = pos >> PAGE_SHIFT;
H A Dbuffered_write.c110 pgoff_t index = pos / PAGE_SIZE;
H A Dfscache_io.c177 pgoff_t first = start / PAGE_SIZE;
178 pgoff_t last = (start + len - 1) / PAGE_SIZE;
H A Dinternal.h73 pgoff_t index, pgoff_t to, gfp_t gfp_mask);
H A Diterator.c157 pgoff_t index = pos / PAGE_SIZE;
H A Dmisc.c48 pgoff_t index, pgoff_t to, gfp_t gfp_mask)
H A Dwrite_collect.c679 pgoff_t first = wreq->start >> PAGE_SHIFT;
680 pgoff_t last = (wreq->start + wreq->transferred - 1) >> PAGE_SHIFT;
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.c868 static u64 pnfs_num_cont_bytes(struct inode *inode, pgoff_t idx)
871 pgoff_t end;
/linux-master/fs/nfs/
H A Ddir.c161 pgoff_t folio_index;
162 pgoff_t folio_index_max;
361 static pgoff_t nfs_readdir_folio_cookie_hash(u64 cookie)
403 pgoff_t index = nfs_readdir_folio_cookie_hash(cookie);
447 pgoff_t index = nfs_readdir_folio_cookie_hash(cookie);

Completed in 378 milliseconds

12345678910