函数逻辑报告 |
Source Code:fs\namei.c |
Create Date:2022-07-29 10:34:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:vfs_path_lookup - lookup a file path relative to a dentry-vfsmount pair*@dentry: pointer to dentry of the base directory*@mnt: pointer to vfs mount of the base directory*@name: pointer to file name*@flags: lookup flags*@path: pointer to struct path to fill
函数原型:int vfs_path_lookup(struct dentry *dentry, struct vfsmount *mnt, const char *name, unsigned int flags, struct path *path)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct dentry * | dentry | |
struct vfsmount * | mnt | |
const char * | name | |
unsigned int | flags | |
struct path * | path |
2440 | 返回:filename_lookup(Special value used to indicateopenat should use the currentworking directory. , getname_kernel(name), flags, path, & root) |
名称 | 描述 |
---|---|
mount_subtree | |
mntns_install |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |