Home
last modified time | relevance | path

Searched defs:mapping (Results 1 – 25 of 168) sorted by relevance

1234567

/fs/
Ddax.c342 static void dax_associate_entry(void *entry, struct address_space *mapping, in dax_associate_entry()
361 static void dax_disassociate_entry(void *entry, struct address_space *mapping, in dax_disassociate_entry()
408 struct address_space *mapping = READ_ONCE(page->mapping); in dax_lock_page() local
449 struct address_space *mapping = page->mapping; in dax_unlock_page() local
488 struct address_space *mapping, unsigned int order) in grab_mapping_entry()
591 struct page *dax_layout_busy_page_range(struct address_space *mapping, in dax_layout_busy_page_range()
653 struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page()
659 static int __dax_invalidate_entry(struct address_space *mapping, in __dax_invalidate_entry()
688 int dax_delete_mapping_entry(struct address_space *mapping, pgoff_t index) in dax_delete_mapping_entry()
706 int dax_invalidate_mapping_entry_sync(struct address_space *mapping, in dax_invalidate_mapping_entry_sync()
[all …]
Dbuffer.c541 int sync_mapping_buffers(struct address_space *mapping) in sync_mapping_buffers()
572 struct address_space *mapping = inode->i_mapping; in mark_buffer_dirty_inode() local
600 void __set_page_dirty(struct page *page, struct address_space *mapping, in __set_page_dirty()
644 struct address_space *mapping = page_mapping(page); in __set_page_dirty_buffers() local
702 struct address_space *mapping; in fsync_buffers_list() local
789 struct address_space *mapping = &inode->i_data; in invalidate_inode_buffers() local
812 struct address_space *mapping = &inode->i_data; in remove_inode_buffers() local
1131 struct address_space *mapping = NULL; in mark_buffer_dirty() local
2137 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, in block_write_begin()
2160 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end()
[all …]
/fs/afs/
Dwrite.c77 int afs_write_begin(struct file *file, struct address_space *mapping, in afs_write_begin()
162 int afs_write_end(struct file *file, struct address_space *mapping, in afs_write_end()
238 static void afs_kill_pages(struct address_space *mapping, in afs_kill_pages()
281 struct address_space *mapping, in afs_redirty_pages()
422 static int afs_store_data(struct address_space *mapping, in afs_store_data()
494 static int afs_write_back_from_locked_page(struct address_space *mapping, in afs_write_back_from_locked_page()
680 static int afs_writepages_region(struct address_space *mapping, in afs_writepages_region()
746 int afs_writepages(struct address_space *mapping, in afs_writepages()
915 struct address_space *mapping = page->mapping; in afs_launder_page() local
/fs/hpfs/
Dfile.c134 static int hpfs_writepages(struct address_space *mapping, in hpfs_writepages()
140 static void hpfs_write_failed(struct address_space *mapping, loff_t to) in hpfs_write_failed()
154 static int hpfs_write_begin(struct file *file, struct address_space *mapping, in hpfs_write_begin()
170 static int hpfs_write_end(struct file *file, struct address_space *mapping, in hpfs_write_end()
188 static sector_t _hpfs_bmap(struct address_space *mapping, sector_t block) in _hpfs_bmap()
/fs/jfs/
Dinode.c290 static int jfs_writepages(struct address_space *mapping, in jfs_writepages()
306 static void jfs_write_failed(struct address_space *mapping, loff_t to) in jfs_write_failed()
316 static int jfs_write_begin(struct file *file, struct address_space *mapping, in jfs_write_begin()
330 static sector_t jfs_bmap(struct address_space *mapping, sector_t block) in jfs_bmap()
338 struct address_space *mapping = file->f_mapping; in jfs_direct_IO() local
/fs/gfs2/
Daops.c202 static int gfs2_writepages(struct address_space *mapping, in gfs2_writepages()
232 static int gfs2_write_jdata_pagevec(struct address_space *mapping, in gfs2_write_jdata_pagevec()
327 static int gfs2_write_cache_jdata(struct address_space *mapping, in gfs2_write_cache_jdata()
408 static int gfs2_jdata_writepages(struct address_space *mapping, in gfs2_jdata_writepages()
511 struct address_space *mapping = ip->i_inode.i_mapping; in gfs2_internal_read() local
636 static sector_t gfs2_bmap(struct address_space *mapping, sector_t lblock) in gfs2_bmap()
723 struct address_space *mapping = page->mapping; in gfs2_releasepage() local
/fs/exfat/
Dinode.c374 static int exfat_writepages(struct address_space *mapping, in exfat_writepages()
380 static void exfat_write_failed(struct address_space *mapping, loff_t to) in exfat_write_failed()
390 static int exfat_write_begin(struct file *file, struct address_space *mapping, in exfat_write_begin()
407 static int exfat_write_end(struct file *file, struct address_space *mapping, in exfat_write_end()
438 struct address_space *mapping = iocb->ki_filp->f_mapping; in exfat_direct_IO() local
468 static sector_t exfat_aop_bmap(struct address_space *mapping, sector_t block) in exfat_aop_bmap()
/fs/affs/
Dfile.c383 static void affs_write_failed(struct address_space *mapping, loff_t to) in affs_write_failed()
397 struct address_space *mapping = file->f_mapping; in affs_direct_IO() local
416 static int affs_write_begin(struct file *file, struct address_space *mapping, in affs_write_begin()
432 static int affs_write_end(struct file *file, struct address_space *mapping, in affs_write_end()
450 static sector_t _affs_bmap(struct address_space *mapping, sector_t block) in _affs_bmap()
650 static int affs_write_begin_ofs(struct file *file, struct address_space *mapping, in affs_write_begin_ofs()
688 static int affs_write_end_ofs(struct file *file, struct address_space *mapping, in affs_write_end_ofs()
880 struct address_space *mapping = inode->i_mapping; in affs_truncate() local
/fs/bfs/
Dfile.c163 static void bfs_write_failed(struct address_space *mapping, loff_t to) in bfs_write_failed()
171 static int bfs_write_begin(struct file *file, struct address_space *mapping, in bfs_write_begin()
185 static sector_t bfs_bmap(struct address_space *mapping, sector_t block) in bfs_bmap()
/fs/hfsplus/
Dinode.c35 static void hfsplus_write_failed(struct address_space *mapping, loff_t to) in hfsplus_write_failed()
45 static int hfsplus_write_begin(struct file *file, struct address_space *mapping, in hfsplus_write_begin()
61 static sector_t hfsplus_bmap(struct address_space *mapping, sector_t block) in hfsplus_bmap()
129 struct address_space *mapping = file->f_mapping; in hfsplus_direct_IO() local
151 static int hfsplus_writepages(struct address_space *mapping, in hfsplus_writepages()
Dbitmap.c24 struct address_space *mapping; in hfsplus_block_allocate() local
168 struct address_space *mapping; in hfsplus_block_free() local
/fs/omfs/
Dfile.c303 omfs_writepages(struct address_space *mapping, struct writeback_control *wbc) in omfs_writepages()
308 static void omfs_write_failed(struct address_space *mapping, loff_t to) in omfs_write_failed()
318 static int omfs_write_begin(struct file *file, struct address_space *mapping, in omfs_write_begin()
332 static sector_t omfs_bmap(struct address_space *mapping, sector_t block) in omfs_bmap()
/fs/erofs/
Ddata.c37 struct address_space *const mapping = sb->s_bdev->bd_inode->i_mapping; in erofs_get_meta_page() local
113 struct address_space *mapping, in erofs_read_raw_page()
300 static sector_t erofs_bmap(struct address_space *mapping, sector_t block) in erofs_bmap()
/fs/freevxfs/
Dvxfs_subr.c68 vxfs_get_page(struct address_space *mapping, u_long n) in vxfs_get_page()
180 vxfs_bmap(struct address_space *mapping, sector_t block) in vxfs_bmap()
/fs/hfs/
Dinode.c42 static void hfs_write_failed(struct address_space *mapping, loff_t to) in hfs_write_failed()
52 static int hfs_write_begin(struct file *file, struct address_space *mapping, in hfs_write_begin()
68 static sector_t hfs_bmap(struct address_space *mapping, sector_t block) in hfs_bmap()
133 struct address_space *mapping = file->f_mapping; in hfs_direct_IO() local
155 static int hfs_writepages(struct address_space *mapping, in hfs_writepages()
/fs/adfs/
Dinode.c46 static void adfs_write_failed(struct address_space *mapping, loff_t to) in adfs_write_failed()
54 static int adfs_write_begin(struct file *file, struct address_space *mapping, in adfs_write_begin()
70 static sector_t _adfs_bmap(struct address_space *mapping, sector_t block) in _adfs_bmap()
/fs/nilfs2/
Dpage.c48 struct address_space *mapping, in nilfs_grab_buffer()
358 void nilfs_clear_dirty_pages(struct address_space *mapping, bool silent) in nilfs_clear_dirty_pages()
447 void nilfs_mapping_init(struct address_space *mapping, struct inode *inode) in nilfs_mapping_init()
468 struct address_space *mapping = page->mapping; in __nilfs_clear_page_dirty() local
Ddir.c96 struct address_space *mapping, in nilfs_commit_chunk()
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
540 struct address_space *mapping = page->mapping; in nilfs_delete_entry() local
581 struct address_space *mapping = inode->i_mapping; in nilfs_make_empty() local
/fs/ceph/
Daddr.c77 struct address_space *mapping = page->mapping; in ceph_set_page_dirty() local
453 static int ceph_readpages(struct file *file, struct address_space *mapping, in ceph_readpages()
736 struct address_space *mapping = inode->i_mapping; in writepages_finish() local
814 static int ceph_writepages_start(struct address_space *mapping, in ceph_writepages_start()
1340 static int ceph_write_begin(struct file *file, struct address_space *mapping, in ceph_write_begin()
1413 static int ceph_write_end(struct file *file, struct address_space *mapping, in ceph_write_end()
1541 struct address_space *mapping = inode->i_mapping; in ceph_filemap_fault() local
1698 struct address_space *mapping = inode->i_mapping; in ceph_fill_inline_data() local
1883 struct address_space *mapping = file->f_mapping; in ceph_mmap() local
/fs/9p/
Dvfs_addr.c98 static int v9fs_vfs_readpages(struct file *filp, struct address_space *mapping, in v9fs_vfs_readpages()
255 static int v9fs_write_begin(struct file *filp, struct address_space *mapping, in v9fs_write_begin()
291 static int v9fs_write_end(struct file *filp, struct address_space *mapping, in v9fs_write_end()
Dcache.h60 struct address_space *mapping, in v9fs_readpages_from_fscache()
116 struct address_space *mapping, in v9fs_readpages_from_fscache()
/fs/ecryptfs/
Dmmap.c265 struct address_space *mapping, in ecryptfs_write_begin()
463 struct address_space *mapping, in ecryptfs_write_end()
525 static sector_t ecryptfs_bmap(struct address_space *mapping, sector_t block) in ecryptfs_bmap()
/fs/hugetlbfs/
Dinode.c337 struct address_space *mapping = file->f_mapping; in hugetlbfs_read_iter() local
396 struct address_space *mapping, in hugetlbfs_write_begin()
403 static int hugetlbfs_write_end(struct file *file, struct address_space *mapping, in hugetlbfs_write_end()
480 struct address_space *mapping = &inode->i_data; in remove_inode_hugepages() local
590 struct address_space *mapping = inode->i_mapping; in hugetlb_vmtruncate() local
619 struct address_space *mapping = inode->i_mapping; in hugetlbfs_punch_hole() local
648 struct address_space *mapping = inode->i_mapping; in hugetlbfs_fallocate() local
976 static int hugetlbfs_migrate_page(struct address_space *mapping, in hugetlbfs_migrate_page()
1005 static int hugetlbfs_error_remove_page(struct address_space *mapping, in hugetlbfs_error_remove_page()
/fs/ext2/
Dinode.c59 static void ext2_write_failed(struct address_space *mapping, loff_t to) in ext2_write_failed()
883 ext2_write_begin(struct file *file, struct address_space *mapping, in ext2_write_begin()
896 static int ext2_write_end(struct file *file, struct address_space *mapping, in ext2_write_end()
909 ext2_nobh_write_begin(struct file *file, struct address_space *mapping, in ext2_nobh_write_begin()
928 static sector_t ext2_bmap(struct address_space *mapping, sector_t block) in ext2_bmap()
937 struct address_space *mapping = file->f_mapping; in ext2_direct_IO() local
950 ext2_writepages(struct address_space *mapping, struct writeback_control *wbc) in ext2_writepages()
956 ext2_dax_writepages(struct address_space *mapping, struct writeback_control *wbc) in ext2_dax_writepages()
/fs/f2fs/
Ddata.c55 struct address_space *mapping = page->mapping; in __is_cp_guaranteed() local
81 struct address_space *mapping = page_file_mapping(page); in __read_io_type() local
1186 struct address_space *mapping = inode->i_mapping; in f2fs_get_read_data_page() local
1257 struct address_space *mapping = inode->i_mapping; in f2fs_find_data_page() local
1288 struct address_space *mapping = inode->i_mapping; in f2fs_get_lock_data_page() local
1320 struct address_space *mapping = inode->i_mapping; in f2fs_get_new_data_page() local
2932 static int f2fs_write_cache_pages(struct address_space *mapping, in f2fs_write_cache_pages()
3192 static int __f2fs_write_data_pages(struct address_space *mapping, in __f2fs_write_data_pages()
3264 static int f2fs_write_data_pages(struct address_space *mapping, in f2fs_write_data_pages()
3274 static void f2fs_write_failed(struct address_space *mapping, loff_t to) in f2fs_write_failed()
[all …]

1234567