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

1234567891011>>

/linux-master/fs/
H A Dlibfs.c859 int simple_write_begin(struct file *file, struct address_space *mapping,
904 static int simple_write_end(struct file *file, struct address_space *mapping,
1464 * hanging off the address_space structure.
1934 struct address_space *mapping = iocb->ki_filp->f_mapping;
/linux-master/mm/
H A Drmap.c1083 struct address_space *mapping;
1252 * could mistake the mapping for a struct address_space and crash.
1255 WRITE_ONCE(folio->mapping, (struct address_space *) anon_vma);
2616 * contained in the address_space struct it points to.
2621 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.c696 struct address_space *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/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/reiserfs/
H A Dinode.c2739 struct address_space *mapping,
2860 static sector_t reiserfs_aop_bmap(struct address_space *as, sector_t block)
2865 static int reiserfs_write_end(struct file *file, struct address_space *mapping,
3179 static bool reiserfs_dirty_folio(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/fs/gfs2/
H A Dincore.h798 struct address_space sd_aspace;
H A Dlog.c86 struct address_space *mapping = data;
107 struct address_space *mapping;
H A Dsuper.c447 struct address_space *metamapping = gfs2_glock2aspace(ip->i_gl);
1427 struct address_space *metamapping;
H A Dfile.c743 struct address_space *mapping = file->f_mapping;
1124 struct address_space *mapping = file->f_mapping;
/linux-master/kernel/futex/
H A Dcore.c228 struct address_space *mapping;
/linux-master/arch/parisc/kernel/
H A Dcache.c415 struct address_space *mapping = folio_flush_mapping(folio);
/linux-master/fs/ext4/
H A Dmove_extent.c127 struct address_space *mapping[2];
/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/exfat/
H A Dfile.c530 struct address_space *mapping = inode->i_mapping;
/linux-master/fs/btrfs/
H A Dzstd.c377 int zstd_compress_pages(struct list_head *ws, struct address_space *mapping,
/linux-master/block/partitions/
H A Dcore.c707 struct address_space *mapping = state->disk->part0->bd_inode->i_mapping;
/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);

Completed in 499 milliseconds

1234567891011>>