Searched refs:address_space (Results 226 - 250 of 333) sorted by relevance

1234567891011>>

/linux-master/fs/nfs/
H A Dinode.c142 * @mapping: pointer to struct address_space
144 int nfs_sync_mapping(struct address_space *mapping)
255 void nfs_zap_mapping(struct inode *inode, struct address_space *mapping)
1289 static int nfs_invalidate_mapping(struct inode *inode, struct address_space *mapping)
1318 int nfs_clear_invalid_mapping(struct address_space *mapping)
1402 int nfs_revalidate_mapping(struct inode *inode, struct address_space *mapping)
/linux-master/fs/reiserfs/
H A Dinode.c2724 static int reiserfs_writepages(struct address_space *mapping,
2738 struct address_space *mapping,
2859 static sector_t reiserfs_aop_bmap(struct address_space *as, sector_t block)
2864 static int reiserfs_write_end(struct file *file, struct address_space *mapping,
3178 static bool reiserfs_dirty_folio(struct address_space *mapping,
/linux-master/fs/
H A Dlibfs.c902 int simple_write_begin(struct file *file, struct address_space *mapping,
947 static int simple_write_end(struct file *file, struct address_space *mapping,
1507 * hanging off the address_space structure.
1977 struct address_space *mapping = iocb->ki_filp->f_mapping;
H A Dfs-writeback.c14 * Additions for address_space-based writeback
400 struct address_space *mapping = inode->i_mapping;
1642 struct address_space *mapping = inode->i_mapping;
2059 * dirtying-time in the inode's address_space. So this periodic writeback code
2637 struct address_space *mapping = inode->i_mapping;
/linux-master/kernel/events/
H A Duprobes.c784 static int __copy_insn(struct address_space *mapping, struct file *filp,
808 struct address_space *mapping = uprobe->inode->i_mapping;
959 build_map_info(struct address_space *mapping, loff_t offset, bool is_register)
/linux-master/mm/
H A Drmap.c1086 struct address_space *mapping;
1238 * could mistake the mapping for a struct address_space and crash.
1241 WRITE_ONCE(folio->mapping, (struct address_space *) anon_vma);
2622 * contained in the address_space struct it points to.
2627 struct address_space *mapping = folio_mapping(folio);
H A Dpagewalk.c631 * walk_page_mapping - walk all memory areas mapped into a struct address_space.
632 * @mapping: Pointer to the struct address_space
633 * @first_index: First page offset in the address_space
638 * This function walks all memory areas mapped into a struct address_space.
660 int walk_page_mapping(struct address_space *mapping, pgoff_t first_index,
H A Dmigrate_device.c694 struct address_space *mapping;
/linux-master/fs/iomap/
H A Dbuffered-io.c515 * address_space operation.
635 bool iomap_dirty_folio(struct address_space *mapping, struct folio *folio)
920 struct address_space *mapping = iter->inode->i_mapping;
1973 iomap_writepages(struct address_space *mapping, struct writeback_control *wbc,
/linux-master/fs/hfs/
H A Dbnode.c247 struct address_space *mapping;
H A Dextent.c488 struct address_space *mapping = inode->i_mapping;
/linux-master/fs/fat/
H A Dfile.c219 struct address_space *mapping = inode->i_mapping;
/linux-master/fs/hfsplus/
H A Dextents.c555 struct address_space *mapping = inode->i_mapping;
H A Dhfsplus_fs.h474 int hfsplus_write_begin(struct file *file, struct address_space *mapping,
/linux-master/fs/ufs/
H A Dutil.h276 struct folio *ufs_get_locked_folio(struct address_space *mapping, pgoff_t index);
/linux-master/arch/parisc/kernel/
H A Dcache.c415 struct address_space *mapping = folio_flush_mapping(folio);
/linux-master/arch/x86/kvm/
H A Dhyperv.c2046 flush.address_space = hc->ingpa;
2058 flush.address_space, flush.flags,
2075 flush_ex.address_space = hc->ingpa;
2089 flush_ex.address_space,
/linux-master/fs/zonefs/
H A Dfile.c152 static int zonefs_writepages(struct address_space *mapping,
/linux-master/fs/ext2/
H A Dext2.h742 void ext2_write_failed(struct address_space *mapping, loff_t to);
/linux-master/fs/exfat/
H A Dfile.c529 struct address_space *mapping = inode->i_mapping;
/linux-master/fs/btrfs/
H A Dzstd.c377 int zstd_compress_folios(struct list_head *ws, struct address_space *mapping,
/linux-master/fs/gfs2/
H A Dincore.h798 struct address_space sd_aspace;
/linux-master/kernel/futex/
H A Dcore.c228 struct address_space *mapping;
/linux-master/fs/ext4/
H A Dmove_extent.c127 struct address_space *mapping[2];
/linux-master/block/partitions/
H A Dcore.c704 struct address_space *mapping = state->disk->part0->bd_mapping;

Completed in 603 milliseconds

1234567891011>>