Lines Matching defs:mapping
134 struct address_space *mapping = inode->i_mapping;
156 * if the mapping shows a hole. Therefore, if we hit ENOMEM
159 page = shmem_read_mapping_page_gfp(mapping, pos >> PAGE_SHIFT,
211 struct address_space *mapping = inode->i_mapping;
212 const struct address_space_operations *aops = mapping->a_ops;
240 error = aops->write_begin(NULL, mapping, pos, len, &page,
259 ret = aops->write_end(NULL, mapping, pos, len, len, page,
326 struct address_space *mapping = inode->i_mapping;
327 const struct address_space_operations *aops = mapping->a_ops;
349 error = aops->write_begin(NULL, mapping, key, PAGE_SIZE, &page,
398 struct address_space *mapping = inode->i_mapping;
399 const struct address_space_operations *aops = mapping->a_ops;
409 ret = aops->write_end(NULL, mapping, xfpage->pos, PAGE_SIZE, PAGE_SIZE,