Home
last modified time | relevance | path

Searched defs:mapping (Results 151 – 175 of 436) sorted by relevance

12345678910>>...18

/Linux-v5.4/fs/fuse/
Dfile.c843 struct address_space *mapping = NULL; in fuse_readpages_end() local
949 static int fuse_readpages(struct file *file, struct address_space *mapping, in fuse_readpages()
1122 struct address_space *mapping, in fuse_fill_write_pages()
1196 struct address_space *mapping, in fuse_perform_write()
1253 struct address_space *mapping = file->f_mapping; in fuse_cache_write_iter() local
1795 struct address_space *mapping = page->mapping; in fuse_writepage_locked() local
2104 static int fuse_writepages(struct address_space *mapping, in fuse_writepages()
2146 static int fuse_write_begin(struct file *file, struct address_space *mapping, in fuse_write_begin()
2191 static int fuse_write_end(struct file *file, struct address_space *mapping, in fuse_write_end()
2449 static sector_t fuse_bmap(struct address_space *mapping, sector_t block) in fuse_bmap()
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_drm_dma.c127 void *mapping; in exynos_drm_register_dma() local
/Linux-v5.4/fs/iomap/
Dfiemap.c130 iomap_bmap(struct address_space *mapping, sector_t bno, in iomap_bmap()
Dswapfile.c142 struct address_space *mapping = swap_file->f_mapping; in iomap_swapfile_activate() local
/Linux-v5.4/drivers/gpu/drm/amd/display/include/
Dgrph_object_ctrl_defs.h235 struct mapping { struct
236 uint8_t lane0:2; /* Mapping for lane 0 */
237 uint8_t lane1:2; /* Mapping for lane 1 */
238 uint8_t lane2:2; /* Mapping for lane 2 */
239 uint8_t lane3:2; /* Mapping for lane 3 */
240 } mapping; member
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.c425 dma_addr_t mapping; in rtl8723be_tx_fill_desc() local
598 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl8723be_tx_fill_cmddesc() local
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dtrx.c404 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl92ce_tx_fill_desc() local
571 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl92ce_tx_fill_cmddesc() local
/Linux-v5.4/drivers/misc/cxl/
Dcontext.c119 struct address_space *mapping) in cxl_context_set_mapping()
/Linux-v5.4/drivers/staging/exfat/
Dexfat_super.c2815 struct address_space *mapping = inode->i_mapping; in exfat_cont_expand() local
3168 static int exfat_readpages(struct file *file, struct address_space *mapping, in exfat_readpages()
3179 static int exfat_writepages(struct address_space *mapping, in exfat_writepages()
3185 static void exfat_write_failed(struct address_space *mapping, loff_t to) in exfat_write_failed()
3196 static int exfat_write_begin(struct file *file, struct address_space *mapping, in exfat_write_begin()
3212 static int exfat_write_end(struct file *file, struct address_space *mapping, in exfat_write_end()
3236 struct address_space *mapping = iocb->ki_filp->f_mapping; in exfat_direct_IO() local
3253 static sector_t _exfat_bmap(struct address_space *mapping, sector_t block) in _exfat_bmap()
/Linux-v5.4/include/linux/
Dfs.h519 static inline bool mapping_tagged(struct address_space *mapping, xa_mark_t tag) in mapping_tagged()
524 static inline void i_mmap_lock_write(struct address_space *mapping) in i_mmap_lock_write()
529 static inline void i_mmap_unlock_write(struct address_space *mapping) in i_mmap_unlock_write()
534 static inline void i_mmap_lock_read(struct address_space *mapping) in i_mmap_lock_read()
539 static inline void i_mmap_unlock_read(struct address_space *mapping) in i_mmap_unlock_read()
547 static inline int mapping_mapped(struct address_space *mapping) in mapping_mapped()
561 static inline int mapping_writably_mapped(struct address_space *mapping) in mapping_writably_mapped()
566 static inline int mapping_map_writable(struct address_space *mapping) in mapping_map_writable()
572 static inline void mapping_unmap_writable(struct address_space *mapping) in mapping_unmap_writable()
577 static inline int mapping_deny_writable(struct address_space *mapping) in mapping_deny_writable()
[all …]
/Linux-v5.4/drivers/iommu/
Dvirtio-iommu.c318 struct viommu_mapping *mapping; in viommu_add_mapping() local
352 struct viommu_mapping *mapping = NULL; in viommu_del_mappings() local
391 struct viommu_mapping *mapping; in viommu_replay_mappings() local
785 struct viommu_mapping *mapping; in viommu_iova_to_phys() local
/Linux-v5.4/fs/f2fs/
Dcheckpoint.c39 struct address_space *mapping = META_MAPPING(sbi); in f2fs_grab_meta_page() local
59 struct address_space *mapping = META_MAPPING(sbi); in __get_meta_page() local
330 static int f2fs_write_meta_pages(struct address_space *mapping, in f2fs_write_meta_pages()
365 struct address_space *mapping = META_MAPPING(sbi); in f2fs_sync_meta_pages() local
/Linux-v5.4/drivers/gpu/drm/vkms/
Dvkms_gem.c67 struct address_space *mapping; in vkms_gem_fault() local
/Linux-v5.4/mm/
Dballoon_compaction.c233 int balloon_page_migrate(struct address_space *mapping, in balloon_page_migrate()
Dfadvise.c33 struct address_space *mapping; in generic_fadvise() local
Dmemfd.c66 static int memfd_wait_for_pins(struct address_space *mapping) in memfd_wait_for_pins()
Dvmscan.c801 static void handle_write_error(struct address_space *mapping, in handle_write_error()
826 static pageout_t pageout(struct page *page, struct address_space *mapping, in pageout()
901 static int __remove_mapping(struct address_space *mapping, struct page *page, in __remove_mapping()
995 int remove_mapping(struct address_space *mapping, struct page *page) in remove_mapping()
1090 struct address_space *mapping; in page_check_dirty_writeback() local
1135 struct address_space *mapping; in shrink_page_list() local
1602 struct address_space *mapping; in __isolate_lru_page() local
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dtrx.c497 dma_addr_t mapping; in rtl88ee_tx_fill_desc() local
677 dma_addr_t mapping = pci_map_single(rtlpci->pdev, in rtl88ee_tx_fill_cmddesc() local
/Linux-v5.4/arch/arm/include/asm/
Dcacheflush.h318 #define flush_dcache_mmap_lock(mapping) xa_lock_irq(&mapping->i_pages) argument
319 #define flush_dcache_mmap_unlock(mapping) xa_unlock_irq(&mapping->i_pages) argument
/Linux-v5.4/drivers/mfd/
Dhtc-pasic3.c22 void __iomem *mapping; member
/Linux-v5.4/fs/efs/
Dinode.c21 static sector_t _efs_bmap(struct address_space *mapping, sector_t block) in _efs_bmap()
/Linux-v5.4/fs/nilfs2/
Dbtnode.c130 struct address_space *mapping; in nilfs_btnode_delete() local
/Linux-v5.4/arch/mips/mm/
Dcache.c86 struct address_space *mapping = page_mapping_file(page); in __flush_dcache_page() local
/Linux-v5.4/fs/ext4/
Dinline.c525 static int ext4_convert_inline_data_to_extent(struct address_space *mapping, in ext4_convert_inline_data_to_extent()
645 int ext4_try_to_write_inline_data(struct address_space *mapping, in ext4_try_to_write_inline_data()
800 static int ext4_da_convert_inline_data_to_extent(struct address_space *mapping, in ext4_da_convert_inline_data_to_extent()
858 int ext4_da_write_inline_data_begin(struct address_space *mapping, in ext4_da_write_inline_data_begin()
/Linux-v5.4/fs/nfs/
Dinode.c150 int nfs_sync_mapping(struct address_space *mapping) in nfs_sync_mapping()
253 void nfs_zap_mapping(struct inode *inode, struct address_space *mapping) in nfs_zap_mapping()
1214 static int nfs_invalidate_mapping(struct inode *inode, struct address_space *mapping) in nfs_invalidate_mapping()
1276 struct address_space *mapping) in nfs_revalidate_mapping()

12345678910>>...18