Name:simple_write_end - .write_end helper for non-block-device FSes*@file: See .write_end of address_space_operations*@mapping: "*@pos: "*@len: "*@copied: "*@page: "*@fsdata: "* simple_write_end does the minimum needed for updating a page after writing is
Proto:int simple_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata)
Type:int
Parameter:
| 
Type | Parameter | Name | 
|---|
| struct file * | file |  | 
| struct address_space * | mapping |  | 
| loff_t | pos |  | 
| unsigned | len |  | 
| unsigned | copied |  | 
| struct page * | page |  | 
| void * | fsdata |  |