Home
last modified time | relevance | path

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

1234567

/fs/hpfs/
Dfile.c122 static int hpfs_readpages(struct file *file, struct address_space *mapping, in hpfs_readpages()
128 static int hpfs_writepages(struct address_space *mapping, in hpfs_writepages()
134 static void hpfs_write_failed(struct address_space *mapping, loff_t to) in hpfs_write_failed()
148 static int hpfs_write_begin(struct file *file, struct address_space *mapping, in hpfs_write_begin()
164 static int hpfs_write_end(struct file *file, struct address_space *mapping, in hpfs_write_end()
182 static sector_t _hpfs_bmap(struct address_space *mapping, sector_t block) in _hpfs_bmap()
/fs/jfs/
Dinode.c287 static int jfs_writepages(struct address_space *mapping, in jfs_writepages()
298 static int jfs_readpages(struct file *file, struct address_space *mapping, in jfs_readpages()
304 static void jfs_write_failed(struct address_space *mapping, loff_t to) in jfs_write_failed()
314 static int jfs_write_begin(struct file *file, struct address_space *mapping, in jfs_write_begin()
328 static sector_t jfs_bmap(struct address_space *mapping, sector_t block) in jfs_bmap()
337 struct address_space *mapping = file->f_mapping; in jfs_direct_IO() local
/fs/gfs2/
Daops.c214 static int gfs2_writepages(struct address_space *mapping, in gfs2_writepages()
231 static int gfs2_write_jdata_pagevec(struct address_space *mapping, in gfs2_write_jdata_pagevec()
344 static int gfs2_write_cache_jdata(struct address_space *mapping, in gfs2_write_cache_jdata()
425 static int gfs2_jdata_writepages(struct address_space *mapping, in gfs2_jdata_writepages()
526 struct address_space *mapping = page->mapping; in gfs2_readpage() local
562 struct address_space *mapping = ip->i_inode.i_mapping; in gfs2_internal_read() local
603 static int gfs2_readpages(struct file *file, struct address_space *mapping, in gfs2_readpages()
639 static int gfs2_write_begin(struct file *file, struct address_space *mapping, in gfs2_write_begin()
867 static int gfs2_write_end(struct file *file, struct address_space *mapping, in gfs2_write_end()
945 static sector_t gfs2_bmap(struct address_space *mapping, sector_t lblock) in gfs2_bmap()
[all …]
Dglops.c144 struct address_space *mapping = &sdp->sd_aspace; in rgrp_go_sync() local
178 struct address_space *mapping = &sdp->sd_aspace; in rgrp_go_inval() local
217 struct address_space *mapping = ip->i_inode.i_mapping; in inode_go_sync() local
251 struct address_space *mapping = gfs2_glock2aspace(gl); in inode_go_inval() local
/fs/f2fs/
Ddata.c36 struct address_space *mapping = page->mapping; in __is_cp_guaranteed() local
619 struct address_space *mapping = inode->i_mapping; in get_read_data_page() local
676 struct address_space *mapping = inode->i_mapping; in find_data_page() local
707 struct address_space *mapping = inode->i_mapping; in get_lock_data_page() local
739 struct address_space *mapping = inode->i_mapping; in get_new_data_page() local
1193 static int f2fs_mpage_readpages(struct address_space *mapping, in f2fs_mpage_readpages()
1333 struct address_space *mapping, in f2fs_read_data_pages()
1624 static int f2fs_write_cache_pages(struct address_space *mapping, in f2fs_write_cache_pages()
1771 int __f2fs_write_data_pages(struct address_space *mapping, in __f2fs_write_data_pages()
1829 static int f2fs_write_data_pages(struct address_space *mapping, in f2fs_write_data_pages()
[all …]
/fs/omfs/
Dfile.c292 static int omfs_readpages(struct file *file, struct address_space *mapping, in omfs_readpages()
304 omfs_writepages(struct address_space *mapping, struct writeback_control *wbc) in omfs_writepages()
309 static void omfs_write_failed(struct address_space *mapping, loff_t to) in omfs_write_failed()
319 static int omfs_write_begin(struct file *file, struct address_space *mapping, in omfs_write_begin()
333 static sector_t omfs_bmap(struct address_space *mapping, sector_t block) in omfs_bmap()
/fs/hfsplus/
Dinode.c34 static void hfsplus_write_failed(struct address_space *mapping, loff_t to) in hfsplus_write_failed()
44 static int hfsplus_write_begin(struct file *file, struct address_space *mapping, in hfsplus_write_begin()
60 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
152 static int hfsplus_writepages(struct address_space *mapping, in hfsplus_writepages()
Dbitmap.c23 struct address_space *mapping; in hfsplus_block_allocate() local
167 struct address_space *mapping; in hfsplus_block_free() local
/fs/bfs/
Dfile.c164 static void bfs_write_failed(struct address_space *mapping, loff_t to) in bfs_write_failed()
172 static int bfs_write_begin(struct file *file, struct address_space *mapping, in bfs_write_begin()
186 static sector_t bfs_bmap(struct address_space *mapping, sector_t block) in bfs_bmap()
/fs/
Dbuffer.c570 int sync_mapping_buffers(struct address_space *mapping) in sync_mapping_buffers()
601 struct address_space *mapping = inode->i_mapping; in mark_buffer_dirty_inode() local
628 struct address_space *mapping, int warn) in __set_page_dirty()
671 struct address_space *mapping = page_mapping(page); in __set_page_dirty_buffers() local
718 struct address_space *mapping; in fsync_buffers_list() local
805 struct address_space *mapping = &inode->i_data; in invalidate_inode_buffers() local
828 struct address_space *mapping = &inode->i_data; in remove_inode_buffers() local
1162 struct address_space *mapping = page_mapping(page); in mark_buffer_dirty() local
2008 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, in block_write_begin()
2031 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end()
[all …]
/fs/logfs/
Ddev_mtd.c76 struct address_space *mapping = super->s_mapping_inode->i_mapping; in logfs_mtd_erase_mapping() local
151 struct address_space *mapping = super->s_mapping_inode->i_mapping; in logfs_mtd_find_first_sb() local
168 struct address_space *mapping = super->s_mapping_inode->i_mapping; in logfs_mtd_find_last_sb() local
187 struct address_space *mapping = super->s_mapping_inode->i_mapping; in __logfs_mtd_writeseg() local
/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/afs/
Dwrite.c119 int afs_write_begin(struct file *file, struct address_space *mapping, in afs_write_begin()
248 int afs_write_end(struct file *file, struct address_space *mapping, in afs_write_end()
471 static int afs_writepages_region(struct address_space *mapping, in afs_writepages_region()
546 int afs_writepages(struct address_space *mapping, in afs_writepages()
669 struct address_space *mapping = vnode->vfs_inode.i_mapping; in afs_writeback_all() local
/fs/hfs/
Dinode.c39 static void hfs_write_failed(struct address_space *mapping, loff_t to) in hfs_write_failed()
49 static int hfs_write_begin(struct file *file, struct address_space *mapping, in hfs_write_begin()
65 static sector_t hfs_bmap(struct address_space *mapping, sector_t block) in hfs_bmap()
131 struct address_space *mapping = file->f_mapping; in hfs_direct_IO() local
153 static int hfs_writepages(struct address_space *mapping, in hfs_writepages()
/fs/adfs/
Dinode.c48 static void adfs_write_failed(struct address_space *mapping, loff_t to) in adfs_write_failed()
56 static int adfs_write_begin(struct file *file, struct address_space *mapping, in adfs_write_begin()
72 static sector_t _adfs_bmap(struct address_space *mapping, sector_t block) in _adfs_bmap()
/fs/nilfs2/
Ddir.c90 struct address_space *mapping, in nilfs_commit_chunk()
187 struct address_space *mapping = dir->i_mapping; in nilfs_get_page() local
420 struct address_space *mapping = page->mapping; in nilfs_set_link() local
538 struct address_space *mapping = page->mapping; in nilfs_delete_entry() local
578 struct address_space *mapping = inode->i_mapping; in nilfs_make_empty() local
Dpage.c62 struct address_space *mapping, in nilfs_grab_buffer()
379 void nilfs_clear_dirty_pages(struct address_space *mapping, bool silent) in nilfs_clear_dirty_pages()
464 void nilfs_mapping_init(struct address_space *mapping, struct inode *inode, in nilfs_mapping_init()
488 struct address_space *mapping = page->mapping; in __nilfs_clear_page_dirty() local
/fs/affs/
Dfile.c405 static void affs_write_failed(struct address_space *mapping, loff_t to) in affs_write_failed()
415 static int affs_write_begin(struct file *file, struct address_space *mapping, in affs_write_begin()
431 static sector_t _affs_bmap(struct address_space *mapping, sector_t block) in _affs_bmap()
631 static int affs_write_begin_ofs(struct file *file, struct address_space *mapping, in affs_write_begin_ofs()
669 static int affs_write_end_ofs(struct file *file, struct address_space *mapping, in affs_write_end_ofs()
851 struct address_space *mapping = inode->i_mapping; in affs_truncate() local
/fs/9p/
Dvfs_addr.c113 static int v9fs_vfs_readpages(struct file *filp, struct address_space *mapping, in v9fs_vfs_readpages()
276 static int v9fs_write_begin(struct file *filp, struct address_space *mapping, in v9fs_write_begin()
312 static int v9fs_write_end(struct file *filp, struct address_space *mapping, in v9fs_write_end()
/fs/ceph/
Daddr.c71 struct address_space *mapping = page->mapping; in ceph_set_page_dirty() local
379 static int ceph_readpages(struct file *file, struct address_space *mapping, in ceph_readpages()
588 struct address_space *mapping = inode->i_mapping; in writepages_finish() local
659 static int ceph_writepages_start(struct address_space *mapping, in ceph_writepages_start()
1105 static int ceph_write_begin(struct file *file, struct address_space *mapping, in ceph_write_begin()
1135 static int ceph_write_end(struct file *file, struct address_space *mapping, in ceph_write_end()
1326 struct address_space *mapping = file->f_mapping; in ceph_mmap() local
/fs/ext2/
Dinode.c56 static void ext2_write_failed(struct address_space *mapping, loff_t to) in ext2_write_failed()
795 ext2_readpages(struct file *file, struct address_space *mapping, in ext2_readpages()
802 ext2_write_begin(struct file *file, struct address_space *mapping, in ext2_write_begin()
815 static int ext2_write_end(struct file *file, struct address_space *mapping, in ext2_write_end()
828 ext2_nobh_write_begin(struct file *file, struct address_space *mapping, in ext2_nobh_write_begin()
847 static sector_t ext2_bmap(struct address_space *mapping, sector_t block) in ext2_bmap()
857 struct address_space *mapping = file->f_mapping; in ext2_direct_IO() local
869 ext2_writepages(struct address_space *mapping, struct writeback_control *wbc) in ext2_writepages()
/fs/squashfs/
Dfile.c446 struct list_head *readahead_pages, struct address_space *mapping) in squashfs_readpages_fragment()
474 struct address_space *mapping) in squashfs_readpages_sparse()
490 struct address_space *mapping) in __squashfs_readpages()
560 static int squashfs_readpages(struct file *file, struct address_space *mapping, in squashfs_readpages()
Dfile_direct.c54 struct address_space *mapping) in actor_from_page_cache()
110 struct address_space *mapping, in squashfs_readpages_block()
/fs/ocfs2/
Daops.c349 static int ocfs2_readpages(struct file *filp, struct address_space *mapping, in ocfs2_readpages()
452 static sector_t ocfs2_bmap(struct address_space *mapping, sector_t block) in ocfs2_bmap()
1109 static int ocfs2_grab_pages_for_write(struct address_space *mapping, in ocfs2_grab_pages_for_write()
1192 static int ocfs2_write_cluster(struct address_space *mapping, in ocfs2_write_cluster()
1292 static int ocfs2_write_cluster_by_desc(struct address_space *mapping, in ocfs2_write_cluster_by_desc()
1478 static int ocfs2_write_begin_inline(struct address_space *mapping, in ocfs2_write_begin_inline()
1544 static int ocfs2_try_to_write_inline_data(struct address_space *mapping, in ocfs2_try_to_write_inline_data()
1688 struct address_space *mapping, in ocfs2_write_begin_nolock()
1913 static int ocfs2_write_begin(struct file *file, struct address_space *mapping, in ocfs2_write_begin()
1981 int ocfs2_write_end_nolock(struct address_space *mapping, in ocfs2_write_end_nolock()
[all …]
/fs/ecryptfs/
Dmmap.c279 struct address_space *mapping, in ecryptfs_write_begin()
479 struct address_space *mapping, in ecryptfs_write_end()
541 static sector_t ecryptfs_bmap(struct address_space *mapping, sector_t block) in ecryptfs_bmap()

1234567