Searched refs:address_space (Results 251 - 275 of 331) sorted by relevance

<<11121314

/linux-master/mm/
H A Dnommu.c551 struct address_space *mapping = vma->vm_file->f_mapping;
566 struct address_space *mapping;
H A Dmmap.c108 struct address_space *mapping)
127 struct address_space *mapping = file->f_mapping;
385 struct address_space *mapping)
398 struct address_space *mapping;
3656 static void vm_lock_mapping(struct mm_struct *mm, struct address_space *mapping)
3693 * vma in this mm is backed by the same anon_vma or address_space.
3790 static void vm_unlock_mapping(struct address_space *mapping)
H A Dvmscan.c447 * -ENOSPC. We need to propagate that into the address_space for a subsequent
457 static void handle_write_error(struct address_space *mapping,
610 static pageout_t pageout(struct folio *folio, struct address_space *mapping,
684 static int __remove_mapping(struct address_space *mapping, struct folio *folio,
757 * same address_space.
793 long remove_mapping(struct address_space *mapping, struct folio *folio)
890 struct address_space *mapping;
1030 struct address_space *mapping;
3196 struct address_space *mapping;
H A Dswapfile.c2193 struct address_space *mapping = swap_file->f_mapping;
2278 struct address_space *mapping = swap_file->f_mapping;
2416 struct address_space *mapping;
3005 struct address_space *mapping;
3416 struct address_space *swapcache_mapping(struct folio *folio)
H A Dkhugepaged.c1686 static void retract_page_tables(struct address_space *mapping, pgoff_t pgoff)
1799 struct address_space *mapping = file->f_mapping;
2227 struct address_space *mapping = file->f_mapping;
/linux-master/fs/f2fs/
H A Dfile.c398 static bool __found_offset(struct address_space *mapping,
651 struct address_space *mapping = inode->i_mapping;
1513 struct address_space *mapping = inode->i_mapping;
1620 struct address_space *mapping = inode->i_mapping;
3823 struct address_space *mapping = inode->i_mapping;
4075 struct address_space *mapping = inode->i_mapping;
4667 static void f2fs_flush_buffered_write(struct address_space *mapping,
4883 struct address_space *mapping;
H A Df2fs.h1980 static inline struct f2fs_sb_info *F2FS_M_SB(struct address_space *mapping)
2035 static inline struct address_space *META_MAPPING(struct f2fs_sb_info *sbi)
2040 static inline struct address_space *NODE_MAPPING(struct f2fs_sb_info *sbi)
2745 static inline struct page *f2fs_grab_cache_page(struct address_space *mapping,
2775 struct address_space *mapping, pgoff_t index,
4312 struct address_space *COMPRESS_MAPPING(struct f2fs_sb_info *sbi);
/linux-master/fs/btrfs/
H A Ddisk-io.c475 static int btree_migrate_folio(struct address_space *mapping,
497 static int btree_writepages(struct address_space *mapping,
544 static bool btree_dirty_folio(struct address_space *mapping,
3654 struct address_space *mapping = bdev->bd_inode->i_mapping;
3741 struct address_space *mapping = device->bdev->bd_inode->i_mapping;
H A Dtransaction.c1123 struct address_space *mapping = fs_info->btree_inode->i_mapping;
1177 struct address_space *mapping = fs_info->btree_inode->i_mapping;
H A Dreflink.c70 struct address_space *mapping = inode->vfs_inode.i_mapping;
H A Dsubpage.c67 bool btrfs_is_subpage(const struct btrfs_fs_info *fs_info, struct address_space *mapping)
/linux-master/fs/gfs2/
H A Dglock.c273 struct address_space *mapping = gfs2_glock2aspace(gl);
1171 struct address_space *mapping;
2383 struct address_space *mapping = gfs2_glock2aspace(gl);
H A Dlops.c508 struct address_space *mapping = jd->jd_inode->i_mapping;
/linux-master/fs/ocfs2/
H A Dfile.c757 struct address_space *mapping = inode->i_mapping;
1520 struct address_space *mapping = inode->i_mapping;
1766 struct address_space *mapping = inode->i_mapping;
/linux-master/fs/nilfs2/
H A Dbtree.c62 struct address_space *btnc = btnc_inode->i_mapping;
475 struct address_space *btnc = btnc_inode->i_mapping;
2156 struct address_space *btcache = btnc_inode->i_mapping;
/linux-master/net/sunrpc/
H A Dcache.c924 static ssize_t cache_downcall(struct address_space *mapping,
950 struct address_space *mapping = filp->f_mapping;
/linux-master/fs/hfsplus/
H A Dbnode.c396 struct address_space *mapping;
H A Dxattr.c131 struct address_space *mapping;
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dencl.c952 struct address_space *mapping = encl->backing->f_mapping;
/linux-master/fs/reiserfs/
H A Dxattr.c436 struct address_space *mapping = dir->i_mapping;
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.c870 struct address_space *mapping = inode->i_mapping;
/linux-master/fs/ext4/
H A Dfile.c724 struct address_space *mapping = vmf->vma->vm_file->f_mapping;
/linux-master/fs/nfs/
H A Ddir.c398 static struct folio *nfs_readdir_folio_get_locked(struct address_space *mapping,
442 static struct folio *nfs_readdir_folio_get_next(struct address_space *mapping,
825 struct address_space *mapping = desc->file->f_mapping;
994 struct address_space *mapping = desc->file->f_mapping;
/linux-master/fs/nfsd/
H A Dfilecache.c300 struct address_space *mapping;
/linux-master/fs/
H A Ddirect-io.c1166 struct address_space *mapping = iocb->ki_filp->f_mapping;

Completed in 346 milliseconds

<<11121314