Home
last modified time | relevance | path

Searched defs:mapping (Results 426 - 450 of 921) sorted by relevance

1...<<11121314151617181920>>...37

/kernel/linux/linux-6.6/fs/btrfs/
H A Dreflink.c71 struct address_space *mapping = inode->vfs_inode.i_mapping; in copy_inline_to_page() local
H A Ddefrag.c722 struct address_space *mapping = inode->vfs_inode.i_mapping; in defrag_prepare_one_page() local
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dxattr.c131 struct address_space *mapping; in hfsplus_create_attributes_file() local
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dinode.c158 static int nilfs_writepages(struct address_space *mapping, in nilfs_writepages() argument
206 static bool nilfs_dirty_folio(struct address_space *mapping, in nilfs_dirty_folio() argument
240 void nilfs_write_failed(struct address_space *mapping, loff_ argument
250 nilfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) nilfs_write_begin() argument
269 nilfs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) nilfs_write_end() argument
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H A Dcompress.c466 struct address_space *mapping = page->mapping; in ntfs_read_compressed_block() local
H A Dfile.c107 struct address_space *mapping; in ntfs_attr_extend_initialized() local
487 static inline int __ntfs_grab_cache_pages(struct address_space *mapping, in __ntfs_grab_cache_pages() argument
1723 struct address_space *mapping = file->f_mapping; ntfs_perform_write() local
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dfile.c338 static int nfs_write_begin(struct file *file, struct address_space *mapping, in nfs_write_begin() argument
371 static int nfs_write_end(struct file *file, struct address_space *mapping, in nfs_write_end() argument
465 struct address_space *mapping = folio->mapping; nfs_check_dirty_writeback() local
587 struct address_space *mapping; nfs_vm_page_mkwrite() local
[all...]
H A Ddirect.c421 struct address_space *mapping = file->f_mapping; in nfs_file_direct_read() local
961 struct address_space *mapping = file->f_mapping; in nfs_file_direct_write() local
/kernel/linux/linux-6.6/fs/affs/
H A Dfile.c374 static int affs_writepages(struct address_space *mapping, in affs_writepages() argument
385 static void affs_write_failed(struct address_space *mapping, loff_t to) in affs_write_failed() argument
399 struct address_space *mapping = file->f_mapping; in affs_direct_IO() local
418 static int affs_write_begin(struct file *file, struct address_space *mapping, in affs_write_begin() argument
434 affs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned int len, unsigned int copied, struct page *page, void *fsdata) affs_write_end() argument
452 _affs_bmap(struct address_space *mapping, sector_t block) _affs_bmap() 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
688 affs_write_end_ofs(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) affs_write_end_ofs() argument
884 struct address_space *mapping = inode->i_mapping; affs_truncate() local
[all...]
/kernel/linux/linux-6.6/fs/qnx6/
H A Dinode.c185 struct address_space *mapping = root->i_mapping; in qnx6_checkroot() local
492 static sector_t qnx6_bmap(struct address_space *mapping, sector_t block) in qnx6_bmap() argument
524 struct address_space *mapping; in qnx6_iget() local
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_metapage.c580 struct address_space *mapping; in __get_metapage() local
697 struct address_space *mapping = folio->mapping; metapage_write_one() local
798 struct address_space *mapping = __invalidate_metapages() local
[all...]
/kernel/linux/linux-6.6/fs/
H A Dopen.c966 struct address_space *mapping = inode->i_mapping; in do_dentry_open() local
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dxattr.c436 struct address_space *mapping = dir->i_mapping; in reiserfs_get_page() local
/kernel/linux/linux-6.6/fs/orangefs/
H A Dinode.c207 static int orangefs_writepages(struct address_space *mapping, in orangefs_writepages() argument
317 orangefs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) orangefs_write_begin() argument
374 orangefs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) orangefs_write_end() argument
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Dfile.c217 static int write_begin_slow(struct address_space *mapping, in write_begin_slow() argument
417 static int ubifs_write_begin(struct file *file, struct address_space *mapping, in ubifs_write_begin() argument
527 static int ubifs_write_end(struct file *file, struct address_space *mapping, in ubifs_write_end() argument
715 struct address_space *mapping = page1->mapping; ubifs_do_bulk_read() local
1447 ubifs_dirty_folio(struct address_space *mapping, struct folio *folio) ubifs_dirty_folio() argument
[all...]
/kernel/linux/linux-6.6/drivers/virt/coco/sev-guest/
H A Dsev-guest.c758 void __iomem *mapping; in sev_guest_probe() local
/kernel/linux/linux-6.6/drivers/vlynq/
H A Dvlynq.c583 vlynq_set_local_mapping(struct vlynq_device *dev, u32 tx_offset, struct vlynq_mapping *mapping) vlynq_set_local_mapping() argument
600 vlynq_set_remote_mapping(struct vlynq_device *dev, u32 tx_offset, struct vlynq_mapping *mapping) vlynq_set_remote_mapping() argument
/kernel/linux/linux-6.6/include/linux/
H A Dbuffer_head.h475 static inline int sync_mapping_buffers(struct address_space *mapping) { retur in remove_inode_buffers() argument
[all...]
H A Dnetfs.h180 struct address_space *mapping; /* The mapping being accessed */ member
H A Dtpm_eventlog.h166 void *mapping = NULL; in __calc_tpm2_event_size() local
[all...]
/kernel/linux/linux-6.6/include/linux/mlx5/
H A Dcq.h122 } mapping; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v7_0.c502 gmc_v7_0_get_vm_pte(struct amdgpu_device *adev, struct amdgpu_bo_va_mapping *mapping, uint64_t *flags) gmc_v7_0_get_vm_pte() argument
H A Dgmc_v10_0.c613 gmc_v10_0_get_vm_pte(struct amdgpu_device *adev, struct amdgpu_bo_va_mapping *mapping, uint64_t *flags) gmc_v10_0_get_vm_pte() argument
H A Dgmc_v6_0.c377 gmc_v6_0_get_vm_pte(struct amdgpu_device *adev, struct amdgpu_bo_va_mapping *mapping, uint64_t *flags) gmc_v6_0_get_vm_pte() argument
H A Dgmc_v11_0.c521 gmc_v11_0_get_vm_pte(struct amdgpu_device *adev, struct amdgpu_bo_va_mapping *mapping, uint64_t *flags) gmc_v11_0_get_vm_pte() argument

Completed in 30 milliseconds

1...<<11121314151617181920>>...37