函数逻辑报告 |
Source Code:fs\namei.c |
Create Date:2022-07-29 10:34:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:llow_up - Find the mountpoint of path's vfsmount* Given a path, find the mountpoint of its source file system
函数原型:int follow_up(struct path *path)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct path * | path |
1111 | mnt等于real_mount(mnt) |
1116 | parent等于mnt_parent |
1118 | read_sequnlock_excl( & mount_lock) |
1119 | 返回:0 |
1122 | mountpoint等于获得目录项引用 |
1123 | read_sequnlock_excl( & mount_lock) |
1125 | dentry等于mountpoint |
1128 | 返回:1 |
名称 | 描述 |
---|---|
follow_dotdot | |
devpts_mntget | Try to find a suitable devpts filesystem. We support the following* scenarios:* - The ptmx device node is located in the same directory as the devpts* mount where the pts device nodes are located.* This is e |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |