/kernel/linux/linux-5.10/fs/ext2/ |
H A D | dir.c | 92 struct address_space *mapping = page->mapping; in ext2_commit_chunk() local 202 struct address_space *mapping = dir->i_mapping; in ext2_get_page() local
|
/kernel/linux/linux-5.10/fs/ufs/ |
H A D | balloc.c | 246 struct address_space * const mapping = inode->i_mapping; in ufs_change_blocknr() local
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_aops.c | 551 xfs_vm_writepages( struct address_space *mapping, struct writeback_control *wbc) xfs_vm_writepages() argument 569 xfs_dax_writepages( struct address_space *mapping, struct writeback_control *wbc) xfs_dax_writepages() argument 581 xfs_vm_bmap( struct address_space *mapping, sector_t block) xfs_vm_bmap() argument [all...] |
/kernel/linux/linux-5.10/fs/qnx6/ |
H A D | inode.c | 185 struct address_space *mapping = root->i_mapping; in qnx6_checkroot() local 494 static sector_t qnx6_bmap(struct address_space *mapping, sector_t block) in qnx6_bmap() argument 526 struct address_space *mapping; in qnx6_iget() local
|
/kernel/linux/linux-5.10/fs/sysv/ |
H A D | itree.c | 473 static void sysv_write_failed(struct address_space *mapping, loff_t to) in sysv_write_failed() argument 483 static int sysv_write_begin(struct file *file, struct address_space *mapping, in sysv_write_begin() argument 496 static sector_t sysv_bmap(struct address_space *mapping, sector_t block) in sysv_bmap() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gem.c | 229 struct etnaviv_vram_mapping *mapping; in etnaviv_gem_get_vram_mapping() local 239 void etnaviv_gem_mapping_unreference(struct etnaviv_vram_mapping *mapping) in etnaviv_gem_mapping_unreference() argument 256 struct etnaviv_vram_mapping *mapping; in etnaviv_gem_mapping_get() local 520 struct etnaviv_vram_mapping *mapping, *tmp; etnaviv_gem_free_object() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_drv.h | 204 void *mapping; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | buffer_head.h | 442 static inline int sync_mapping_buffers(struct address_space *mapping) { return 0; } in sync_mapping_buffers() argument
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | aops.c | 202 static int gfs2_writepages(struct address_space *mapping, in gfs2_writepages() argument 232 gfs2_write_jdata_pagevec(struct address_space *mapping, struct writeback_control *wbc, struct pagevec *pvec, int nr_pages, pgoff_t *done_index) gfs2_write_jdata_pagevec() argument 327 gfs2_write_cache_jdata(struct address_space *mapping, struct writeback_control *wbc) gfs2_write_cache_jdata() argument 408 gfs2_jdata_writepages(struct address_space *mapping, struct writeback_control *wbc) gfs2_jdata_writepages() argument 511 struct address_space *mapping = ip->i_inode.i_mapping; gfs2_internal_read() local 636 gfs2_bmap(struct address_space *mapping, sector_t lblock) gfs2_bmap() argument 723 struct address_space *mapping = page->mapping; gfs2_releasepage() local [all...] |
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | inode.c | 42 static void hfs_write_failed(struct address_space *mapping, loff_t to) in hfs_write_failed() argument 52 static int hfs_write_begin(struct file *file, struct address_space *mapping, in hfs_write_begin() argument 68 static sector_t hfs_bmap(struct address_space *mapping, sector_t block) in hfs_bmap() argument 133 struct address_space *mapping in hfs_direct_IO() local 155 hfs_writepages(struct address_space *mapping, struct writeback_control *wbc) hfs_writepages() argument [all...] |
/kernel/linux/linux-5.10/fs/minix/ |
H A D | inode.c | 415 static void minix_write_failed(struct address_space *mapping, loff_t to) in minix_write_failed() argument 425 static int minix_write_begin(struct file *file, struct address_space *mapping, in minix_write_begin() argument 439 static sector_t minix_bmap(struct address_space *mapping, sector_t block) in minix_bmap() argument
|
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H A D | block2mtd.c | 50 static struct page *page_read(struct address_space *mapping, pgoff_t index) in page_read() argument 58 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_erase() local 142 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_write() local
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_xdp.c | 189 dma_addr_t mapping; in bnxt_xdp_buff_init() local 25 bnxt_xmit_bd(struct bnxt *bp, struct bnxt_tx_ring_info *txr, dma_addr_t mapping, u32 len, struct xdp_buff *xdp) bnxt_xmit_bd() argument 95 __bnxt_xmit_xdp(struct bnxt *bp, struct bnxt_tx_ring_info *txr, dma_addr_t mapping, u32 len, u16 rx_prod, struct xdp_buff *xdp) __bnxt_xmit_xdp() argument 107 __bnxt_xmit_xdp_redirect(struct bnxt *bp, struct bnxt_tx_ring_info *txr, dma_addr_t mapping, u32 len, struct xdp_frame *xdpf) __bnxt_xmit_xdp_redirect() argument 232 dma_addr_t mapping; bnxt_rx_xdp() local 343 dma_addr_t mapping; bnxt_xdp_xmit() local [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A 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
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | move_extent.c | 127 struct address_space *mapping[2]; in mext_folio_double_lock() local [all...] |
/kernel/linux/linux-6.6/fs/jbd2/ |
H A D | recovery.c | 293 struct address_space *mapping; in jbd2_journal_recover() local
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | data.c | 368 static sector_t erofs_bmap(struct address_space *mapping, sector_t block) in erofs_bmap() argument
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | dir.c | 191 struct address_space *mapping = dir->i_mapping; in nilfs_get_page() local 422 struct address_space *mapping = page->mapping; in nilfs_set_link() local 95 nilfs_commit_chunk(struct page *page, struct address_space *mapping, unsigned int from, unsigned int to) nilfs_commit_chunk() argument 540 struct address_space *mapping = page->mapping; nilfs_delete_entry() local 581 struct address_space *mapping = inode->i_mapping; nilfs_make_empty() local [all...] |
/kernel/linux/linux-6.6/fs/afs/ |
H A D | write.c | 30 bool afs_dirty_folio(struct address_space *mapping, struct folio *folio) in afs_dirty_folio() argument 50 static int afs_flush_conflicting_write(struct address_space *mapping, in afs_flush_conflicting_write() argument 68 int afs_write_begin(struct file *file, struct address_space *mapping, in afs_write_begin() argument 153 int afs_write_end(struct file *file, struct address_space *mapping, in afs_write_end() argument 220 afs_kill_pages(struct address_space *mapping, loff_t start, loff_t len) afs_kill_pages() argument 257 afs_redirty_pages(struct writeback_control *wbc, struct address_space *mapping, loff_t start, loff_t len) afs_redirty_pages() argument 292 struct address_space *mapping = vnode->netfs.inode.i_mapping; afs_pages_written_back() local 461 afs_extend_writeback(struct address_space *mapping, struct afs_vnode *vnode, long *_count, loff_t start, loff_t max_len, bool new_content, bool caching, unsigned int *_len) afs_extend_writeback() argument 581 afs_write_back_from_locked_folio(struct address_space *mapping, struct writeback_control *wbc, struct folio *folio, loff_t start, loff_t end) afs_write_back_from_locked_folio() argument 703 afs_writepages_region(struct address_space *mapping, struct writeback_control *wbc, loff_t start, loff_t end, loff_t *_next, bool max_one_loop) afs_writepages_region() argument 804 afs_writepages(struct address_space *mapping, struct writeback_control *wbc) afs_writepages() argument [all...] |
/kernel/linux/linux-6.6/fs/fat/ |
H A D | file.c | 219 struct address_space *mapping = inode->i_mapping; in fat_cont_expand() local
|
/kernel/linux/linux-6.6/fs/minix/ |
H A D | inode.c | 415 static void minix_write_failed(struct address_space *mapping, loff_t to) in minix_write_failed() argument 425 static int minix_write_begin(struct file *file, struct address_space *mapping, in minix_write_begin() argument 438 static sector_t minix_bmap(struct address_space *mapping, sector_t block) in minix_bmap() argument
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | inode.c | 346 static int exfat_writepages(struct address_space *mapping, in exfat_writepages() argument 352 static void exfat_write_failed(struct address_space *mapping, loff_t to) in exfat_write_failed() argument 363 static int exfat_write_begin(struct file *file, struct address_space *mapping, in exfat_write_begin() argument 380 static int exfat_write_end(struct file *file, struct address_space *mapping, in exfat_write_end() argument 411 struct address_space *mapping = iocb->ki_filp->f_mapping; exfat_direct_IO() local 441 exfat_aop_bmap(struct address_space *mapping, sector_t block) exfat_aop_bmap() argument [all...] |
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | inode.c | 36 static void hfsplus_write_failed(struct address_space *mapping, loff_t to) in hfsplus_write_failed() argument 46 int hfsplus_write_begin(struct file *file, struct address_space *mapping, in hfsplus_write_begin() argument 61 static sector_t hfsplus_bmap(struct address_space *mapping, sector_t block) in hfsplus_bmap() argument 130 struct address_space *mapping in hfsplus_direct_IO() local 152 hfsplus_writepages(struct address_space *mapping, struct writeback_control *wbc) hfsplus_writepages() argument [all...] |
H A D | extents.c | 555 struct address_space *mapping = inode->i_mapping; in hfsplus_file_truncate() local
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | dir.c | 86 struct address_space *mapping = page->mapping; in ext2_commit_chunk() local 192 struct address_space *mapping = dir->i_mapping; in ext2_get_page() local
|