Searched refs:address_space (Results 176 - 200 of 331) sorted by relevance

1234567891011>>

/linux-master/fs/ext4/
H A Dverity.c70 struct address_space *mapping = inode->i_mapping;
H A Dext4_jbd2.c209 struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping;
/linux-master/fs/efs/
H A Dinode.c22 static sector_t _efs_bmap(struct address_space *mapping, sector_t block)
/linux-master/fs/crypto/
H A Dinline_crypt.c288 const struct address_space *mapping;
/linux-master/drivers/misc/ocxl/
H A Dcontext.c8 struct address_space *mapping)
/linux-master/fs/nilfs2/
H A Dnilfs.h277 extern void nilfs_write_failed(struct address_space *mapping, loff_t to);
/linux-master/fs/vboxsf/
H A Dfile.c309 static int vboxsf_write_end(struct file *file, struct address_space *mapping,
/linux-master/fs/bcachefs/
H A Dfs-io.c244 struct address_space *mapping = inode->v.i_mapping;
379 struct address_space *mapping = inode->v.i_mapping;
400 struct address_space *mapping = inode->v.i_mapping;
552 struct address_space *mapping = inode->v.i_mapping;
/linux-master/mm/
H A Dhugetlb.c1152 struct address_space *mapping = vma->vm_file->f_mapping;
1826 folio = container_of((struct address_space **)node,
2169 struct address_space *hugetlb_page_mapping_lock_write(struct page *hpage)
2171 struct address_space *mapping = page_mapping(hpage);
5592 struct address_space *mapping = vma->vm_file->f_mapping;
5875 struct address_space *mapping;
6019 struct address_space *mapping = vma->vm_file->f_mapping;
6122 struct address_space *mapping = vma->vm_file->f_mapping;
6133 int hugetlb_add_to_page_cache(struct folio *folio, struct address_space *mapping,
6163 struct address_space *mappin
[all...]
/linux-master/fs/jfs/
H A Djfs_metapage.c580 struct address_space *mapping;
697 struct address_space *mapping = folio->mapping;
798 struct address_space *mapping =
/linux-master/fs/orangefs/
H A Dinode.c207 static int orangefs_writepages(struct address_space *mapping,
318 struct address_space *mapping, loff_t pos, unsigned len,
374 static int orangefs_write_end(struct file *file, struct address_space *mapping,
H A Dfile.c285 struct address_space *mapping = inode->i_mapping;
/linux-master/fs/hostfs/
H A Dhostfs_kern.c400 struct address_space *mapping = page->mapping;
463 static int hostfs_write_begin(struct file *file, struct address_space *mapping,
475 static int hostfs_write_end(struct file *file, struct address_space *mapping,
/linux-master/block/
H A Dbdev.c79 struct address_space *mapping = bdev->bd_inode->i_mapping;
91 struct address_space *mapping = bdev->bd_inode->i_mapping;
1195 struct address_space *mapping = inode->i_mapping;
/linux-master/fs/f2fs/
H A Dcheckpoint.c43 struct address_space *mapping = META_MAPPING(sbi);
60 struct address_space *mapping = META_MAPPING(sbi);
388 static int f2fs_write_meta_pages(struct address_space *mapping,
423 struct address_space *mapping = META_MAPPING(sbi);
492 static bool f2fs_dirty_meta_folio(struct address_space *mapping,
/linux-master/fs/fuse/
H A Dfile.c920 struct address_space *mapping = NULL;
1185 struct address_space *mapping,
1269 struct address_space *mapping = iocb->ki_filp->f_mapping;
1405 struct address_space *mapping = file->f_mapping;
1538 struct address_space *mapping = file->f_mapping;
2052 struct address_space *mapping = folio->mapping;
2349 static int fuse_writepages(struct address_space *mapping,
2393 static int fuse_write_begin(struct file *file, struct address_space *mapping,
2437 static int fuse_write_end(struct file *file, struct address_space *mapping,
2738 static sector_t fuse_bmap(struct address_space *mappin
[all...]
/linux-master/fs/smb/client/
H A Dfile.c45 struct address_space *mapping = inode->i_mapping;
73 struct address_space *mapping = inode->i_mapping;
106 struct address_space *mapping = inode->i_mapping;
139 struct address_space *mapping = inode->i_mapping;
2660 struct address_space *mapping = page->mapping;
2720 static void cifs_extend_writeback(struct address_space *mapping,
2830 static ssize_t cifs_write_back_from_locked_folio(struct address_space *mapping,
2970 static ssize_t cifs_writepages_begin(struct address_space *mapping,
3066 static int cifs_writepages_region(struct address_space *mapping,
3087 static int cifs_writepages(struct address_space *mappin
[all...]
/linux-master/fs/udf/
H A Dinode.c167 static void udf_write_failed(struct address_space *mapping, loff_t to)
200 static int udf_writepages(struct address_space *mapping,
252 static int udf_write_begin(struct file *file, struct address_space *mapping,
278 static int udf_write_end(struct file *file, struct address_space *mapping,
301 struct address_space *mapping = file->f_mapping;
315 static sector_t udf_bmap(struct address_space *mapping, sector_t block)
/linux-master/fs/btrfs/
H A Dcompression.c93 struct address_space *mapping, u64 start, struct page **pages,
423 struct address_space *mapping = inode->i_mapping;
997 int btrfs_compress_pages(unsigned int type_level, struct address_space *mapping,
H A Dextent_io.c205 static void __process_pages_contig(struct address_space *mapping,
254 struct address_space *mapping = inode->i_mapping;
1842 struct address_space *mapping = page->mapping;
1904 int btree_write_cache_pages(struct address_space *mapping,
2032 static int extent_write_cache_pages(struct address_space *mapping,
2195 struct address_space *mapping = inode->i_mapping;
2249 int extent_writepages(struct address_space *mapping,
3730 struct address_space *mapping = fs_info->btree_inode->i_mapping;
3794 struct address_space *mapping = fs_info->btree_inode->i_mapping;
/linux-master/fs/ntfs3/
H A Dntfs_fs.h710 int ntfs_write_begin(struct file *file, struct address_space *mapping,
712 int ntfs_write_end(struct file *file, struct address_space *mapping, loff_t pos,
919 static inline struct page *ntfs_map_page(struct address_space *mapping,
/linux-master/fs/hfsplus/
H A Dbtree.c137 struct address_space *mapping;
/linux-master/fs/hfs/
H A Dbtree.c23 struct address_space *mapping;
/linux-master/fs/afs/
H A Ddir_edit.c112 struct address_space *mapping = vnode->netfs.inode.i_mapping;
/linux-master/drivers/dma-buf/
H A Dudmabuf.c203 struct address_space *mapping = NULL;

Completed in 601 milliseconds

1234567891011>>