Function report |
Source Code:fs\iomap\buffered-io.c |
Create Date:2022-07-28 20:31:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:iomap_write_end_inline
Proto:static int iomap_write_end_inline(struct inode *inode, struct page *page, struct iomap *iomap, loff_t pos, unsigned copied)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
struct page * | page | |
struct iomap * | iomap | |
loff_t | pos | |
unsigned | copied |
748 | WARN_ON_ONCE(!PageUptodate(page)) |
749 | BUG_ON(pos + copied > PAGE_SIZE - offset_in_page(inline_data)) |
751 | addr = kmap_atomic(page) |
753 | Prevent people trying to call kunmap_atomic() as if it were kunmap()* kunmap_atomic() should get the return value of kmap_atomic, not the page.(addr) |
755 | mark_inode_dirty(inode) |
756 | Return copied |
Name | Describe |
---|---|
iomap_write_end |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |