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

1234567891011>>

/linux-master/mm/
H A Dutil.c788 struct address_space *folio_mapping(struct folio *folio)
790 struct address_space *mapping;
H A Dhugetlb.c1152 struct address_space *mapping = vma->vm_file->f_mapping;
1819 folio = container_of((struct address_space **)node,
2162 struct address_space *hugetlb_folio_mapping_lock_write(struct folio *folio)
2164 struct address_space *mapping = folio_mapping(folio);
5586 struct address_space *mapping = vma->vm_file->f_mapping;
5869 struct address_space *mapping;
6019 struct address_space *mapping = vma->vm_file->f_mapping;
6125 struct address_space *mapping = vma->vm_file->f_mapping;
6136 int hugetlb_add_to_page_cache(struct folio *folio, struct address_space *mapping,
6166 struct address_space *mappin
[all...]
/linux-master/fs/ext2/
H A Ddir.c86 struct address_space *mapping = folio->mapping;
192 struct address_space *mapping = dir->i_mapping;
/linux-master/include/linux/
H A Dsysfs.h291 struct address_space;
297 struct address_space *(*f_mapping)(void);
/linux-master/drivers/misc/cxl/
H A Dcontext.c119 struct address_space *mapping)
/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_mapping;
/linux-master/fs/efs/
H A Dinode.c22 static sector_t _efs_bmap(struct address_space *mapping, sector_t block)
/linux-master/drivers/misc/ocxl/
H A Dcontext.c8 struct address_space *mapping)
/linux-master/fs/vboxsf/
H A Dfile.c309 static int vboxsf_write_end(struct file *file, struct address_space *mapping,
/linux-master/fs/btrfs/
H A Dcompression.c93 struct address_space *mapping, u64 start,
425 struct address_space *mapping = inode->i_mapping;
980 int btrfs_compress_filemap_get_folio(struct address_space *mapping, u64 start,
1022 int btrfs_compress_folios(unsigned int type_level, struct address_space *mapping,
/linux-master/fs/crypto/
H A Dinline_crypt.c288 const struct address_space *mapping;
/linux-master/fs/isofs/
H A Dcompress.c306 struct address_space *mapping = inode->i_mapping;
/linux-master/fs/bcachefs/
H A Dfs-io.c247 struct address_space *mapping = inode->v.i_mapping;
382 struct address_space *mapping = inode->v.i_mapping;
403 struct address_space *mapping = inode->v.i_mapping;
555 struct address_space *mapping = inode->v.i_mapping;
/linux-master/fs/nilfs2/
H A Dnilfs.h277 extern void nilfs_write_failed(struct address_space *mapping, loff_t to);
/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,
/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.c84 struct address_space *mapping = bdev->bd_mapping;
96 struct address_space *mapping = bdev->bd_mapping;
1216 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);
389 static int f2fs_write_meta_pages(struct address_space *mapping,
424 struct address_space *mapping = META_MAPPING(sbi);
493 static bool f2fs_dirty_meta_folio(struct address_space *mapping,
/linux-master/fs/fuse/
H A Dfile.c920 struct address_space *mapping = NULL;
1181 struct address_space *mapping,
1265 struct address_space *mapping = iocb->ki_filp->f_mapping;
1401 struct address_space *mapping = file->f_mapping;
1534 struct address_space *mapping = file->f_mapping;
2048 struct address_space *mapping = folio->mapping;
2345 static int fuse_writepages(struct address_space *mapping,
2389 static int fuse_write_begin(struct file *file, struct address_space *mapping,
2433 static int fuse_write_end(struct file *file, struct address_space *mapping,
2734 static sector_t fuse_bmap(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,
247 static int udf_write_begin(struct file *file, struct address_space *mapping,
274 static int udf_write_end(struct file *file, struct address_space *mapping,
299 struct address_space *mapping = file->f_mapping;
313 static sector_t udf_bmap(struct address_space *mapping, sector_t block)
/linux-master/fs/ntfs3/
H A Dntfs_fs.h711 int ntfs_write_begin(struct file *file, struct address_space *mapping,
713 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;

Completed in 513 milliseconds

1234567891011>>