Lines Matching refs:mapping
342 struct netfs_inode *ictx = netfs_inode(ractl->mapping->host); in netfs_readahead()
347 rreq = netfs_alloc_request(ractl->mapping, ractl->file, start, size, in netfs_readahead()
400 struct address_space *mapping = folio->mapping; in netfs_read_gaps() local
402 struct netfs_inode *ctx = netfs_inode(mapping->host); in netfs_read_gaps()
415 rreq = netfs_alloc_request(mapping, file, folio_pos(folio), flen, NETFS_READ_GAPS); in netfs_read_gaps()
497 struct address_space *mapping = folio->mapping; in netfs_read_folio() local
499 struct netfs_inode *ctx = netfs_inode(mapping->host); in netfs_read_folio()
509 rreq = netfs_alloc_request(mapping, file, in netfs_read_folio()
625 struct file *file, struct address_space *mapping, in netfs_write_begin() argument
635 folio = __filemap_get_folio(mapping, index, FGP_WRITEBEGIN, in netfs_write_begin()
636 mapping_gfp_mask(mapping)); in netfs_write_begin()
664 rreq = netfs_alloc_request(mapping, file, in netfs_write_begin()
720 struct address_space *mapping = folio->mapping; in netfs_prefetch_for_write() local
721 struct netfs_inode *ctx = netfs_inode(mapping->host); in netfs_prefetch_for_write()
730 rreq = netfs_alloc_request(mapping, file, start, flen, in netfs_prefetch_for_write()