Lines Matching defs:mapping
41 iov_iter_xarray(&to, ITER_DEST, &rreq->mapping->i_pages, pos, len);
275 static int v9fs_write_begin(struct file *filp, struct address_space *mapping,
281 struct v9fs_inode *v9inode = V9FS_I(mapping->host);
283 p9_debug(P9_DEBUG_VFS, "filp %p, mapping %p\n", filp, mapping);
289 retval = netfs_write_begin(&v9inode->netfs, filp, mapping, pos, len, &folio, fsdata);
297 static int v9fs_write_end(struct file *filp, struct address_space *mapping,
303 struct inode *inode = mapping->host;
305 p9_debug(P9_DEBUG_VFS, "filp %p, mapping %p\n", filp, mapping);
341 static bool v9fs_dirty_folio(struct address_space *mapping, struct folio *folio)
343 struct v9fs_inode *v9inode = V9FS_I(mapping->host);
345 return fscache_dirty_folio(mapping, folio, v9fs_inode_cookie(v9inode));