函数逻辑报告 |
Source Code:fs\read_write.c |
Create Date:2022-07-29 10:31:32 |
Last Modify:2020-03-18 10:18:51 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Ensure that we don't remap a partial EOF block in the middle of something* else. Assume that the offsets have already been checked for block* alignment.* For clone we only link a partial EOF block above or at the destination file's* EOF
函数原型:static int generic_remap_check_len(struct inode *inode_in, struct inode *inode_out, loff_t pos_out, loff_t *len, unsigned int remap_flags)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode_in | |
struct inode * | inode_out | |
loff_t | pos_out | |
loff_t * | len | |
unsigned int | remap_flags |
1792 | blkmask等于i_blocksize(inode_in)减1 |
1804 | 如果remap_flags按位与REMAP_FILE_CAN_SHORTEN则 |
名称 | 描述 |
---|---|
generic_remap_file_range_prep | Check that the two inodes are eligible for cloning, the ranges make* sense, and then flush all dirty data. Caller must ensure that the* inodes have been locked against any other modifications. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |