| /Linux-v6.1/mm/ |
| D | userfaultfd.c | 342 struct address_space *mapping; in __mcopy_atomic_hugetlb() local
|
| D | pagewalk.c | 574 int walk_page_mapping(struct address_space *mapping, pgoff_t first_index, in walk_page_mapping()
|
| D | rmap.c | 1034 struct address_space *mapping; in folio_mkclean() local 2472 struct address_space *mapping = folio_mapping(folio); in rmap_walk_file() local
|
| D | vmscan.c | 1073 static void handle_write_error(struct address_space *mapping, in handle_write_error() 1226 static pageout_t pageout(struct folio *folio, struct address_space *mapping, in pageout() 1300 static int __remove_mapping(struct address_space *mapping, struct folio *folio, in __remove_mapping() 1410 long remove_mapping(struct address_space *mapping, struct folio *folio) in remove_mapping() 1507 struct address_space *mapping; in folio_check_dirty_writeback() local 1647 struct address_space *mapping; in shrink_folio_list() local 3742 struct address_space *mapping; in should_skip_vma() local
|
| D | nommu.c | 567 struct address_space *mapping = vma->vm_file->f_mapping; in setup_vma_to_mm() local 619 struct address_space *mapping; in cleanup_vma_from_mm() local
|
| D | memory.c | 526 struct address_space *mapping; in print_bad_pte() local 3002 struct address_space *mapping; in fault_dirty_shared_page() local 3530 struct address_space *mapping = folio->mapping; in unmap_mapping_folio() local 3563 void unmap_mapping_pages(struct address_space *mapping, pgoff_t start, in unmap_mapping_pages() 3599 void unmap_mapping_range(struct address_space *mapping, in unmap_mapping_range()
|
| /Linux-v6.1/drivers/remoteproc/ |
| D | remoteproc_core.c | 617 struct rproc_mem_entry *mapping; in rproc_handle_devmem() local 680 struct rproc_mem_entry *mapping = NULL; in rproc_alloc_carveout() local
|
| /Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt.c | 362 dma_addr_t mapping; in bnxt_start_xmit() local 722 static struct page *__bnxt_alloc_rx_page(struct bnxt *bp, dma_addr_t *mapping, in __bnxt_alloc_rx_page() 742 static inline u8 *__bnxt_alloc_rx_frag(struct bnxt *bp, dma_addr_t *mapping, in __bnxt_alloc_rx_frag() 771 dma_addr_t mapping; in bnxt_alloc_rx_data() local 837 dma_addr_t mapping; in bnxt_alloc_rx_page() local 1102 dma_addr_t mapping; in __bnxt_rx_agg_pages() local 1213 dma_addr_t mapping) in bnxt_copy_skb() 1333 dma_addr_t mapping; in bnxt_tpa_start() local 1632 dma_addr_t mapping; in bnxt_tpa_end() local 2964 dma_addr_t mapping = rx_buf->mapping; in bnxt_free_one_rx_ring_skbs() local [all …]
|
| /Linux-v6.1/fs/hfsplus/ |
| D | xattr.c | 131 struct address_space *mapping; in hfsplus_create_attributes_file() local
|
| /Linux-v6.1/fs/btrfs/ |
| D | reflink.c | 66 struct address_space *mapping = inode->vfs_inode.i_mapping; in copy_inline_to_page() local
|
| /Linux-v6.1/fs/ext4/ |
| D | file.c | 727 struct address_space *mapping = vmf->vma->vm_file->f_mapping; in ext4_dax_huge_fault() local
|
| /Linux-v6.1/include/linux/ |
| D | buffer_head.h | 474 static inline int sync_mapping_buffers(struct address_space *mapping) { return 0; } in sync_mapping_buffers()
|
| D | tpm_eventlog.h | 166 void *mapping = NULL; in __calc_tpm2_event_size() local
|
| D | sh_clk.h | 63 struct clk_mapping *mapping; member
|
| /Linux-v6.1/drivers/media/pci/ivtv/ |
| D | ivtv-fileops.c | 176 const int mapping[8] = { -1, V4L2_ENC_IDX_FRAME_I, V4L2_ENC_IDX_FRAME_P, -1, in ivtv_update_pgm_info() local
|
| /Linux-v6.1/fs/ufs/ |
| D | balloc.c | 246 struct address_space * const mapping = inode->i_mapping; in ufs_change_blocknr() local
|
| /Linux-v6.1/fs/iomap/ |
| D | buffered-io.c | 736 struct address_space *mapping = iter->inode->i_mapping; in iomap_write_iter() local 1533 iomap_writepages(struct address_space *mapping, struct writeback_control *wbc, in iomap_writepages()
|
| /Linux-v6.1/fs/ |
| D | libfs.c | 552 int simple_write_begin(struct file *file, struct address_space *mapping, in simple_write_begin() 598 static int simple_write_end(struct file *file, struct address_space *mapping, in simple_write_end()
|
| /Linux-v6.1/fs/f2fs/ |
| D | super.c | 2471 struct address_space *mapping = inode->i_mapping; in f2fs_quota_read() local 2526 struct address_space *mapping = inode->i_mapping; in f2fs_quota_write() local 2694 struct address_space *mapping = dqopt->files[type]->i_mapping; in f2fs_quota_sync_file() local
|
| /Linux-v6.1/drivers/net/ethernet/sis/ |
| D | sis190.c | 471 static inline void sis190_map_to_asic(struct RxDesc *desc, dma_addr_t mapping, in sis190_map_to_asic() 492 dma_addr_t mapping; in sis190_alloc_rx_skb() local 1187 dma_addr_t mapping; in sis190_start_xmit() local
|
| /Linux-v6.1/drivers/virt/coco/sev-guest/ |
| D | sev-guest.c | 691 void __iomem *mapping; in sev_guest_probe() local
|
| /Linux-v6.1/fs/befs/ |
| D | linuxvfs.c | 117 befs_bmap(struct address_space *mapping, sector_t block) in befs_bmap()
|
| /Linux-v6.1/sound/soc/sof/ |
| D | ipc4-topology.h | 150 } mapping[ALH_MAX_NUMBER_OF_GTW]; member
|
| /Linux-v6.1/kernel/futex/ |
| D | core.c | 226 struct address_space *mapping; in get_futex_key() local
|
| /Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
| D | gmc_v11_0.c | 503 struct amdgpu_bo_va_mapping *mapping, in gmc_v11_0_get_vm_pte()
|