Function report |
Source Code:fs\iomap\fiemap.c |
Create Date:2022-07-28 20:32:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:iomap_fiemap_actor
Proto:static loff_t iomap_fiemap_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 |
52 | If type of mapping == blocks allocated, need allocation Then Return length |
55 | ret = iomap_to_fiemap(fi, & prev, 0) |
58 | Case ret == 0 |
59 | Return length |
60 | Case ret == 1 |
61 | Return 0 |
62 | Default |
63 | Return ret |
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 |