函数逻辑报告 |
Source Code:fs\namespace.c |
Create Date:2022-07-29 10:39:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:get_mountpoint
函数原型:static struct mountpoint *get_mountpoint(struct dentry *dentry)
返回类型:struct mountpoint
参数:
类型 | 参数 | 名称 |
---|---|---|
struct dentry * | dentry |
702 | struct mountpoint * mp, * new = NULL |
705 | 如果d_mountpoint(dentry)则 |
707 | 如果d_unlinked(dentry)则返回:错误号 |
709 | mountpoint : |
711 | mp等于lookup_mountpoint(dentry) |
727 | 如果ret恒等于负EBUSY则转到:mountpoint |
738 | m_count等于1 |
739 | hlist_add_head( & m_hash, mp_hash(dentry)) |
740 | INIT_HLIST_HEAD( & m_list) |
744 | new = NULL |
745 | done : |
746 | 释放内存 |
747 | 返回:mp |
名称 | 描述 |
---|---|
attach_recursive_mnt | @source_mnt : mount tree to be attached*@nd : place the mount tree @source_mnt is attached*@parent_nd : if non-null, detach the source_mnt from its parent and* store the parent mount and mountpoint dentry |
lock_mount |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |