函数逻辑报告 |
Source Code:fs\buffer.c |
Create Date:2022-07-29 10:45:19 |
Last Modify:2020-03-18 10:38:29 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lity function for filesystems that need to do work on expanding* truncates. Uses filesystem pagecache writes to allow the filesystem to* deal with the hole.
函数原型:int generic_cont_expand_simple(struct inode *inode, loff_t size)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode | |
loff_t | size |
2353 | err等于de_newsize_ok - may this inode be truncated to a given size*@inode: the inode to be truncated*@offset: the new size to assign to the inode* inode_newsize_ok must be called with i_mutex held |
2357 | err等于pagecache_write_begin(NULL, mapping, size, 0, called from cont_expand , & page, & fsdata) |
2365 | out : |
2366 | 返回:err |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |