/fs/jfs/ |
D | inode.c | 272 static int jfs_writepages(struct address_space *mapping, in jfs_writepages() 288 static void jfs_write_failed(struct address_space *mapping, loff_t to) in jfs_write_failed() 298 static int jfs_write_begin(struct file *file, struct address_space *mapping, in jfs_write_begin() 311 static int jfs_write_end(struct file *file, struct address_space *mapping, in jfs_write_end() 323 static sector_t jfs_bmap(struct address_space *mapping, sector_t block) in jfs_bmap() 331 struct address_space *mapping = file->f_mapping; in jfs_direct_IO() local
|
/fs/afs/ |
D | write.c | 25 bool afs_dirty_folio(struct address_space *mapping, struct folio *folio) in afs_dirty_folio() 44 int afs_write_begin(struct file *file, struct address_space *mapping, in afs_write_begin() 121 int afs_write_end(struct file *file, struct address_space *mapping, in afs_write_end() 188 static void afs_kill_pages(struct address_space *mapping, in afs_kill_pages() 226 struct address_space *mapping, in afs_redirty_pages() 260 struct address_space *mapping = vnode->netfs.inode.i_mapping; in afs_pages_written_back() local 429 static void afs_extend_writeback(struct address_space *mapping, in afs_extend_writeback() 549 static ssize_t afs_write_back_from_locked_folio(struct address_space *mapping, in afs_write_back_from_locked_folio() 699 static int afs_writepages_region(struct address_space *mapping, in afs_writepages_region() 791 int afs_writepages(struct address_space *mapping, in afs_writepages()
|
/fs/gfs2/ |
D | aops.c | 177 static int gfs2_writepages(struct address_space *mapping, in gfs2_writepages() 207 static int gfs2_write_jdata_pagevec(struct address_space *mapping, in gfs2_write_jdata_pagevec() 302 static int gfs2_write_cache_jdata(struct address_space *mapping, in gfs2_write_cache_jdata() 383 static int gfs2_jdata_writepages(struct address_space *mapping, in gfs2_jdata_writepages() 479 struct address_space *mapping = ip->i_inode.i_mapping; in gfs2_internal_read() local 574 static bool jdata_dirty_folio(struct address_space *mapping, in jdata_dirty_folio() 590 static sector_t gfs2_bmap(struct address_space *mapping, sector_t lblock) in gfs2_bmap() 678 struct address_space *mapping = folio->mapping; in gfs2_release_folio() local
|
/fs/ |
D | dax.c | 337 static inline bool dax_mapping_is_cow(struct address_space *mapping) in dax_mapping_is_cow() 364 static void dax_associate_entry(void *entry, struct address_space *mapping, in dax_associate_entry() 387 static void dax_disassociate_entry(void *entry, struct address_space *mapping, in dax_disassociate_entry() 439 struct address_space *mapping = READ_ONCE(page->mapping); in dax_lock_page() local 480 struct address_space *mapping = page->mapping; in dax_unlock_page() local 498 dax_entry_t dax_lock_mapping_entry(struct address_space *mapping, pgoff_t index, in dax_lock_mapping_entry() 541 void dax_unlock_mapping_entry(struct address_space *mapping, pgoff_t index, in dax_unlock_mapping_entry() 582 struct address_space *mapping, unsigned int order) in grab_mapping_entry() 685 struct page *dax_layout_busy_page_range(struct address_space *mapping, in dax_layout_busy_page_range() 747 struct page *dax_layout_busy_page(struct address_space *mapping) in dax_layout_busy_page() [all …]
|
D | buffer.c | 584 int sync_mapping_buffers(struct address_space *mapping) in sync_mapping_buffers() 615 struct address_space *mapping = inode->i_mapping; in mark_buffer_dirty_inode() local 659 bool block_dirty_folio(struct address_space *mapping, struct folio *folio) in block_dirty_folio() 717 struct address_space *mapping; in fsync_buffers_list() local 804 struct address_space *mapping = &inode->i_data; in invalidate_inode_buffers() local 827 struct address_space *mapping = &inode->i_data; in remove_inode_buffers() local 1142 struct address_space *mapping = NULL; in mark_buffer_dirty() local 2134 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, in block_write_begin() 2157 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end() 2193 int generic_write_end(struct file *file, struct address_space *mapping, in generic_write_end() [all …]
|
/fs/hpfs/ |
D | file.c | 176 static int hpfs_writepages(struct address_space *mapping, in hpfs_writepages() 182 static void hpfs_write_failed(struct address_space *mapping, loff_t to) in hpfs_write_failed() 196 static int hpfs_write_begin(struct file *file, struct address_space *mapping, in hpfs_write_begin() 212 static int hpfs_write_end(struct file *file, struct address_space *mapping, in hpfs_write_end() 230 static sector_t _hpfs_bmap(struct address_space *mapping, sector_t block) in _hpfs_bmap()
|
/fs/fscache/ |
D | io.c | 173 bool fscache_dirty_folio(struct address_space *mapping, struct folio *folio, in fscache_dirty_folio() 203 struct address_space *mapping; member 211 void __fscache_clear_page_bits(struct address_space *mapping, in __fscache_clear_page_bits() 249 struct address_space *mapping, in __fscache_write_to_cache()
|
/fs/exfat/ |
D | inode.c | 352 static int exfat_writepages(struct address_space *mapping, in exfat_writepages() 358 static void exfat_write_failed(struct address_space *mapping, loff_t to) in exfat_write_failed() 369 static int exfat_write_begin(struct file *file, struct address_space *mapping, in exfat_write_begin() 386 static int exfat_write_end(struct file *file, struct address_space *mapping, in exfat_write_end() 417 struct address_space *mapping = iocb->ki_filp->f_mapping; in exfat_direct_IO() local 447 static sector_t exfat_aop_bmap(struct address_space *mapping, sector_t block) in exfat_aop_bmap()
|
/fs/affs/ |
D | file.c | 383 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() 649 static int affs_write_begin_ofs(struct file *file, struct address_space *mapping, in affs_write_begin_ofs() 687 static int affs_write_end_ofs(struct file *file, struct address_space *mapping, in affs_write_end_ofs() 881 struct address_space *mapping = inode->i_mapping; in affs_truncate() local
|
/fs/ntfs3/ |
D | file.c | 102 struct address_space *mapping = inode->i_mapping; in ntfs_extend_initialized_size() local 196 struct address_space *mapping = inode->i_mapping; in ntfs_zero_range() local 280 struct address_space *mapping = inode->i_mapping; in ntfs_sparse_cluster() local 352 struct address_space *mapping = file->f_mapping; in ntfs_file_mmap() local 420 struct address_space *mapping = inode->i_mapping; in ntfs_extend() local 533 struct address_space *mapping = inode->i_mapping; in ntfs_fallocate() local 861 static int ntfs_get_frame_pages(struct address_space *mapping, pgoff_t index, in ntfs_get_frame_pages() 904 struct address_space *mapping = inode->i_mapping; in ntfs_compress_write() local 1125 struct address_space *mapping = file->f_mapping; in ntfs_file_write_iter() local
|
D | inode.c | 698 static sector_t ntfs_bmap(struct address_space *mapping, sector_t block) in ntfs_bmap() 707 struct address_space *mapping = page->mapping; in ntfs_read_folio() local 734 struct address_space *mapping = rac->mapping; in ntfs_readahead() local 779 struct address_space *mapping = file->f_mapping; in ntfs_direct_IO() local 857 struct address_space *mapping = page->mapping; in ntfs_writepage() local 875 static int ntfs_writepages(struct address_space *mapping, in ntfs_writepages() 891 int ntfs_write_begin(struct file *file, struct address_space *mapping, in ntfs_write_begin() 933 int ntfs_write_end(struct file *file, struct address_space *mapping, in ntfs_write_end() 994 struct address_space *mapping = inode->i_mapping; in reset_log_file() local
|
/fs/bfs/ |
D | file.c | 163 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() 184 static sector_t bfs_bmap(struct address_space *mapping, sector_t block) in bfs_bmap()
|
/fs/omfs/ |
D | file.c | 303 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() 331 static sector_t omfs_bmap(struct address_space *mapping, sector_t block) in omfs_bmap()
|
/fs/hugetlbfs/ |
D | inode.c | 304 struct address_space *mapping = file->f_mapping; in hugetlbfs_read_iter() local 369 struct address_space *mapping, in hugetlbfs_write_begin() 376 static int hugetlbfs_write_end(struct file *file, struct address_space *mapping, in hugetlbfs_write_end() 450 struct address_space *mapping, in hugetlb_unmap_file_folio() 571 struct address_space *mapping, in remove_inode_single_folio() 631 struct address_space *mapping = &inode->i_data; in remove_inode_hugepages() local 689 struct address_space *mapping = inode->i_mapping; in hugetlb_vmtruncate() local 705 struct address_space *mapping, in hugetlbfs_zero_partial_page() 730 struct address_space *mapping = inode->i_mapping; in hugetlbfs_punch_hole() local 785 struct address_space *mapping = inode->i_mapping; in hugetlbfs_fallocate() local [all …]
|
/fs/freevxfs/ |
D | vxfs_subr.c | 44 vxfs_get_page(struct address_space *mapping, u_long n) in vxfs_get_page() 149 vxfs_bmap(struct address_space *mapping, sector_t block) in vxfs_bmap()
|
/fs/hfs/ |
D | inode.c | 42 static void hfs_write_failed(struct address_space *mapping, loff_t to) in hfs_write_failed() 52 int hfs_write_begin(struct file *file, struct address_space *mapping, in hfs_write_begin() 67 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/hfsplus/ |
D | inode.c | 36 static void hfsplus_write_failed(struct address_space *mapping, loff_t to) in hfsplus_write_failed() 46 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() 130 struct address_space *mapping = file->f_mapping; in hfsplus_direct_IO() local 152 static int hfsplus_writepages(struct address_space *mapping, in hfsplus_writepages()
|
D | bitmap.c | 24 struct address_space *mapping; in hfsplus_block_allocate() local 168 struct address_space *mapping; in hfsplus_block_free() local
|
/fs/adfs/ |
D | inode.c | 46 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/ |
D | dir.c | 96 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/ecryptfs/ |
D | mmap.c | 267 struct address_space *mapping, in ecryptfs_write_begin() 465 struct address_space *mapping, in ecryptfs_write_end() 527 static sector_t ecryptfs_bmap(struct address_space *mapping, sector_t block) in ecryptfs_bmap()
|
/fs/9p/ |
D | vfs_addr.c | 273 static int v9fs_write_begin(struct file *filp, struct address_space *mapping, in v9fs_write_begin() 297 static int v9fs_write_end(struct file *filp, struct address_space *mapping, in v9fs_write_end() 339 static bool v9fs_dirty_folio(struct address_space *mapping, struct folio *folio) in v9fs_dirty_folio()
|
/fs/ext2/ |
D | inode.c | 59 static void ext2_write_failed(struct address_space *mapping, loff_t to) in ext2_write_failed() 888 ext2_write_begin(struct file *file, struct address_space *mapping, in ext2_write_begin() 899 static int ext2_write_end(struct file *file, struct address_space *mapping, in ext2_write_end() 911 static sector_t ext2_bmap(struct address_space *mapping, sector_t block) in ext2_bmap() 920 struct address_space *mapping = file->f_mapping; in ext2_direct_IO() local 933 ext2_writepages(struct address_space *mapping, struct writeback_control *wbc) in ext2_writepages() 939 ext2_dax_writepages(struct address_space *mapping, struct writeback_control *wbc) in ext2_dax_writepages()
|
/fs/xfs/ |
D | xfs_aops.c | 487 struct address_space *mapping, in xfs_vm_writepages() 505 struct address_space *mapping, in xfs_dax_writepages() 517 struct address_space *mapping, in xfs_vm_bmap()
|
/fs/ext4/ |
D | inode.c | 1155 static int ext4_write_begin(struct file *file, struct address_space *mapping, in ext4_write_begin() 1308 struct address_space *mapping, in ext4_write_end() 1410 struct address_space *mapping, in ext4_journalled_write_end() 1580 struct address_space *mapping = inode->i_mapping; in mpage_release_unused_pages() local 1893 struct address_space *mapping = page->mapping; in __ext4_journalled_writepage() local 2584 struct address_space *mapping = mpd->inode->i_mapping; in mpage_prepare_extent_to_map() local 2686 static int ext4_writepages(struct address_space *mapping, in ext4_writepages() 2918 static int ext4_dax_writepages(struct address_space *mapping, in ext4_dax_writepages() 2973 static int ext4_da_write_begin(struct file *file, struct address_space *mapping, in ext4_da_write_begin() 3063 struct address_space *mapping, in ext4_da_write_end() [all …]
|