函数逻辑报告 | 
Source Code:security\smack\smack_lsm.c | 
Create Date:2022-07-27 20:49:05 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:smack_fs_context_dup - Duplicate the security data on fs_context duplication*@fc: The new filesystem context.*@src_fc: The source filesystem context being duplicated.* Returns 0 on success or -ENOMEM on error.
函数原型:static int smack_fs_context_dup(struct fs_context *fc, struct fs_context *src_fc)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct fs_context * | fc | |
| struct fs_context * | src_fc | 
| 643 | src等于Linux S&M options | 
| 645 | 如果非src则返回:0 | 
| 648 | Linux S&M options 等于分配内存并置零 | 
| 649 | 如果非Linux S&M options 则返回:负ENOMEM | 
| 651 | dst等于Linux S&M options | 
| 653 | 如果fsdefault则 | 
| 658 | 如果fsfloor则 | 
| 663 | 如果fshat则 | 
| 668 | 如果fsroot则 | 
| 673 | 如果fstransmute则 | 
| 675 | 如果非fstransmute则返回:负ENOMEM | 
| 678 | 返回:0 | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |