函数逻辑报告 |
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 |
函数名称:map_check_flags - check validity of requested flags for fiemap*@fieinfo: Fiemap context passed into ->fiemap*@fs_flags: Set of fiemap flags that the file system understands* Called from file system ->fiemap callback. This will compute the
函数原型:int fiemap_check_flags(struct fiemap_extent_info *fieinfo, unsigned int fs_flags)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct fiemap_extent_info * | fieinfo | |
unsigned int | fs_flags |
147 | incompat_flags等于Flags as passed from user 按位与FIEMAP_FLAGS_COMPAT按位与fs_flags的值的反 |
148 | 如果incompat_flags则 |
150 | 返回:负EBADR |
152 | 返回: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_fiemap |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |