| 函数逻辑报告 | 
| Source Code: fs\pnode.c | Create Date:2022-07-29 10:41:42 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:mount 'source_mnt' under the destination 'dest_mnt' at* dentry 'dest_dentry'. And propagate that mount to* all the peer and slave mounts of 'dest_mnt'.* Link all the new mounts into a propagation tree headed at* source_mnt
函数原型:int propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp, struct mount *source_mnt, struct hlist_head *tree_list)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct mount * | dest_mnt | |
| struct mountpoint * | dest_mp | |
| struct mount * | source_mnt | |
| struct hlist_head * | tree_list | 
| 293 | ret等于0 | 
| 309 | ret等于propagate_one(n) | 
| 319 | 循环 | 
| 326 | out : | 
| 329 | m等于mnt_parent | 
| 330 | 如果 slave is on master->mnt_slave_list 不等于 slave is on master->mnt_slave_list 则CLEAR_MNT_MARK( slave is on master->mnt_slave_list ) | 
| 334 | 返回:ret | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |