Lines Matching refs:mapping
27 static int afs_readpages(struct file *filp, struct address_space *mapping,
127 struct inode *inode = page->mapping->host; in afs_page_filler()
225 struct inode *inode = page->mapping->host; in afs_readpage()
240 static int afs_readpages(struct file *file, struct address_space *mapping, in afs_readpages() argument
248 key_serial(key), mapping->host->i_ino, nr_pages); in afs_readpages()
252 vnode = AFS_FS_I(mapping->host); in afs_readpages()
261 mapping, in afs_readpages()
266 mapping_gfp_mask(mapping)); in afs_readpages()
291 ret = read_cache_pages(mapping, pages, afs_page_filler, key); in afs_readpages()
325 struct afs_vnode *vnode = AFS_FS_I(page->mapping->host); in afs_invalidatepage()
352 struct afs_vnode *vnode = AFS_FS_I(page->mapping->host); in afs_releasepage()