Function report |
Source Code:fs\iomap\buffered-io.c |
Create Date:2022-07-28 20:31:54 |
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_actor
Proto:static loff_t iomap_write_actor(struct inode *inode, loff_t pos, loff_t length, void *data, struct iomap *iomap, struct iomap *srcmap)
Type:loff_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
loff_t | pos | |
loff_t | length | |
void * | data | |
struct iomap * | iomap | |
struct iomap * | srcmap |
803 | status = 0 |
804 | written = 0 |
806 | Do |
812 | offset = offset_in_page(pos) |
813 | bytes = min_t - return minimum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(unsignedlong, PAGE_SIZE - offset, iov_iter_count(i)) |
815 | again : |
836 | If Value for the false possibility is greater at compile time(status) Then Break |
844 | flush_dcache_page(page) |
848 | If Value for the false possibility is greater at compile time(status < 0) Then Break |
852 | cond_resched() |
854 | iov_iter_advance(i, copied) |
855 | If Value for the false possibility is greater at compile time(copied == 0) Then |
873 | When iov_iter_count(i) && length cycle |
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 |