Function report |
Source Code:fs\namei.c |
Create Date:2022-07-28 20:05:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:int vfs_path_lookup(struct dentry *dentry, struct vfsmount *mnt, const char *name, unsigned int flags, struct path *path)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry | |
struct vfsmount * | mnt | |
const char * | name | |
unsigned int | flags | |
struct path * | path |
2440 | Return filename_lookup(Special value used to indicateopenat should use the currentworking directory. , getname_kernel(name), flags, path, & root) |
Name | Describe |
---|---|
mount_subtree | |
mntns_install |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |