Home
last modified time | relevance | path

Searched defs:pagep (Results 26 - 50 of 112) sorted by relevance

12345

/kernel/linux/linux-6.6/fs/jfs/
H A Dinode.c293 jfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) jfs_write_begin() argument
/kernel/linux/linux-6.6/fs/omfs/
H A Dfile.c313 omfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) omfs_write_begin() argument
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dinode.c45 hfsplus_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) hfsplus_write_begin() argument
/kernel/linux/linux-5.10/fs/ext4/
H A Dmove_extent.c253 struct page *pagep[2] = {NULL, NULL}; in move_extent_per_page() local
[all...]
/kernel/linux/linux-5.10/fs/exfat/
H A Dinode.c389 exfat_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned int len, unsigned int flags, struct page **pagep, void **fsdata) exfat_write_begin() argument
406 exfat_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned int len, unsigned int copied, struct page *pagep, void *fsdata) exfat_write_end() argument
/kernel/linux/linux-5.10/fs/sysv/
H A Ditree.c483 sysv_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) sysv_write_begin() argument
/kernel/linux/linux-5.10/fs/hfs/
H A Dinode.c52 hfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) hfs_write_begin() argument
/kernel/linux/linux-5.10/fs/minix/
H A Dinode.c425 minix_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) minix_write_begin() argument
/kernel/linux/linux-6.6/fs/minix/
H A Dinode.c425 minix_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) minix_write_begin() argument
/kernel/linux/linux-6.6/fs/exfat/
H A Dinode.c363 exfat_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned int len, struct page **pagep, void **fsdata) exfat_write_begin() argument
380 exfat_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned int len, unsigned int copied, struct page *pagep, void *fsdata) exfat_write_end() argument
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dinode.c46 hfsplus_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) hfsplus_write_begin() argument
/kernel/linux/linux-6.6/fs/sysv/
H A Ditree.c484 sysv_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) sysv_write_begin() argument
/kernel/linux/linux-6.6/fs/hfs/
H A Dinode.c52 hfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) hfs_write_begin() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_swap_alloc.c807 int mali_mem_swap_allocate_page_on_demand(mali_mem_backend *mem_bkend, u32 offset, struct page **pagep) in mali_mem_swap_allocate_page_on_demand() argument
860 int mali_mem_swap_cow_page_on_demand(mali_mem_backend *mem_bkend, u32 offset, struct page **pagep) in mali_mem_swap_cow_page_on_demand() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_swap_alloc.c797 int mali_mem_swap_allocate_page_on_demand(mali_mem_backend *mem_bkend, u32 offset, struct page **pagep) in mali_mem_swap_allocate_page_on_demand() argument
849 int mali_mem_swap_cow_page_on_demand(mali_mem_backend *mem_bkend, u32 offset, struct page **pagep) in mali_mem_swap_cow_page_on_demand() argument
/kernel/linux/linux-5.10/fs/affs/
H A Dfile.c416 affs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) affs_write_begin() argument
650 affs_write_begin_ofs(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) affs_write_begin_ofs() argument
/kernel/linux/linux-5.10/fs/orangefs/
H A Dinode.c356 orangefs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) orangefs_write_begin() argument
/kernel/linux/linux-5.10/fs/ubifs/
H A Dfile.c217 write_begin_slow(struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, unsigned flags) write_begin_slow() argument
418 ubifs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) ubifs_write_begin() argument
/kernel/linux/linux-5.10/fs/nfs/
H A Dfile.c320 nfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) nfs_write_begin() argument
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dinode.c252 nilfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) nilfs_write_begin() argument
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dinode.c250 nilfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) nilfs_write_begin() argument
/kernel/linux/linux-6.6/fs/nfs/
H A Dfile.c338 nfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) nfs_write_begin() argument
/kernel/linux/linux-6.6/fs/affs/
H A Dfile.c418 affs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) affs_write_begin() argument
649 affs_write_begin_ofs(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) affs_write_begin_ofs() argument
/kernel/linux/linux-6.6/fs/orangefs/
H A Dinode.c317 orangefs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) orangefs_write_begin() argument
/kernel/linux/linux-6.6/fs/ubifs/
H A Dfile.c217 write_begin_slow(struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep) write_begin_slow() argument
417 ubifs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) ubifs_write_begin() argument

Completed in 32 milliseconds

12345