函数逻辑报告 |
Source Code:fs\namei.c |
Create Date:2022-07-29 10:34:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:path_connected - Verify that a path->dentry is below path->mnt.mnt_root*@path: nameidate to verify* Rename can sometimes move a file or directory outside of a bind* mount, path_connected allows those cases to be detected.
函数原型:static bool path_connected(const struct path *path)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct path * | path |
563 | sb等于 pointer to superblock |
566 | 如果非s_iflags按位与Multiple roots to the dentry tree 的值且 root of the mounted tree 恒等于s_root则返回:true |
569 | 返回:是子目录 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |