Home
last modified time | relevance | path

Searched defs:pagep (Results 76 - 100 of 112) sorted by relevance

12345

/kernel/linux/linux-5.10/fs/fat/
H A Dinode.c228 fat_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) fat_write_begin() argument
243 fat_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *pagep, void *fsdata) fat_write_end() argument
/kernel/linux/linux-5.10/mm/
H A Dfilemap.c3149 pagecache_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) pagecache_write_begin() argument
/kernel/linux/linux-5.10/fs/ocfs2/
H A Daops.c1650 ocfs2_write_begin_nolock(struct address_space *mapping, loff_t pos, unsigned len, ocfs2_write_type_t type, struct page **pagep, void **fsdata, struct buffer_head *di_bh, struct page *mmap_page) ocfs2_write_begin_nolock() argument
1886 ocfs2_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) ocfs2_write_begin() argument
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dinode.c2756 reiserfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) reiserfs_write_begin() argument
/kernel/linux/linux-5.10/fs/udf/
H A Dinode.c206 udf_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) udf_write_begin() argument
/kernel/linux/linux-5.10/include/linux/
H A Dhugetlb.h312 hugetlb_mcopy_atomic_pte(struct mm_struct *dst_mm, pte_t *dst_pte, struct vm_area_struct *dst_vma, unsigned long dst_addr, unsigned long src_addr, struct page **pagep) hugetlb_mcopy_atomic_pte() argument
/kernel/linux/linux-5.10/fs/fuse/
H A Ddev.c795 static int fuse_try_move_page(struct fuse_copy_state *cs, struct page **pagep) in fuse_try_move_page() argument
937 static int fuse_copy_page(struct fuse_copy_state *cs, struct page **pagep, in fuse_copy_page() argument
H A Dfile.c2255 fuse_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) fuse_write_begin() argument
/kernel/linux/linux-5.10/fs/hugetlbfs/
H A Dinode.c384 hugetlbfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) hugetlbfs_write_begin() argument
/kernel/linux/linux-6.6/fs/hugetlbfs/
H A Dinode.c413 hugetlbfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) hugetlbfs_write_begin() argument
/kernel/linux/linux-6.6/fs/fuse/
H A Ddev.c789 static int fuse_try_move_page(struct fuse_copy_state *cs, struct page **pagep) in fuse_try_move_page() argument
928 static int fuse_copy_page(struct fuse_copy_state *cs, struct page **pagep, in fuse_copy_page() argument
H A Dfile.c2320 fuse_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) fuse_write_begin() argument
/kernel/linux/linux-6.6/fs/ceph/
H A Daddr.c1498 ceph_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) ceph_write_begin() argument
/kernel/linux/linux-6.6/fs/fat/
H A Dinode.c223 fat_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) fat_write_begin() argument
238 fat_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *pagep, void *fsdata) fat_write_end() argument
/kernel/linux/linux-6.6/fs/f2fs/
H A Dcompress.c1164 struct page *pagep; in f2fs_truncate_partial_cluster() local
1038 prepare_compress_overwrite(struct compress_ctx *cc, struct page **pagep, pgoff_t index, void **fsdata) prepare_compress_overwrite() argument
1125 f2fs_prepare_compress_overwrite(struct inode *inode, struct page **pagep, pgoff_t index, void **fsdata) f2fs_prepare_compress_overwrite() argument
H A Ddata.c3125 struct page *pagep; in f2fs_write_cache_pages() local
3601 f2fs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) f2fs_write_begin() argument
/kernel/linux/linux-6.6/fs/
H A Dbuffer.c2217 block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, get_block_t *get_block) block_write_begin() argument
2565 cont_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata, get_block_t *get_block, loff_t *bytes) cont_write_begin() argument
H A Dlibfs.c824 simple_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) simple_write_begin() argument
/kernel/linux/linux-6.6/fs/ocfs2/
H A Daops.c1646 ocfs2_write_begin_nolock(struct address_space *mapping, loff_t pos, unsigned len, ocfs2_write_type_t type, struct page **pagep, void **fsdata, struct buffer_head *di_bh, struct page *mmap_page) ocfs2_write_begin_nolock() argument
1882 ocfs2_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) ocfs2_write_begin() argument
/kernel/linux/linux-6.6/fs/udf/
H A Dinode.c252 udf_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) udf_write_begin() argument
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dinode.c2742 reiserfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) reiserfs_write_begin() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c295 struct page **pagep = NULL; in qib_tid_update() local
/kernel/linux/linux-6.6/drivers/iommu/
H A Ddma-iommu.c1463 iommu_dma_alloc_pages(struct device *dev, size_t size, struct page **pagep, gfp_t gfp, unsigned long attrs) iommu_dma_alloc_pages() argument
/kernel/linux/linux-5.10/fs/cifs/
H A Dfile.c4657 cifs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) cifs_write_begin() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c2098 struct mlx5e_frag_page *pagep; in mlx5e_skb_from_cqe_mpwrq_nonlinear() local
2115 struct mlx5e_frag_page *pagep; in mlx5e_skb_from_cqe_mpwrq_nonlinear() local

Completed in 79 milliseconds

12345