函数逻辑报告 |
Source Code:fs\ioctl.c |
Create Date:2022-07-29 10:36:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:fiemap_fill_next_extent
函数原型:int fiemap_fill_next_extent(struct fiemap_extent_info *fieinfo, u64 logical, u64 phys, u64 len, unsigned int flags)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct fiemap_extent_info * | fieinfo | |
u64 | logical | |
u64 | phys | |
u64 | len | |
unsigned int | flags |
97 | 如果Size of fiemap_extent array 恒等于0则 |
98 | Number of mapped extents 自加 |
99 | 返回:如果flags按位与Last extent in file. 则1否则0 |
102 | 如果Number of mapped extents 大于等于Size of fiemap_extent array 则返回:1 |
118 | dest加等于Number of mapped extents |
119 | 如果copy_to_user(dest, & extent, extent的长度)则返回:负EFAULT |
122 | Number of mapped extents 自加 |
123 | 如果Number of mapped extents 恒等于Size of fiemap_extent array 则返回:1 |
125 | 返回:如果flags按位与Last extent in file. 则1否则0 |
名称 | 描述 |
---|---|
__generic_block_fiemap | __generic_block_fiemap - FIEMAP for block based inodes (no locking)*@inode: the inode to map*@fieinfo: the fiemap info struct that will be passed back to userspace*@start: where to start mapping in the inode*@len: how much space to map*@get_block: the |
iomap_to_fiemap |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |