Function report |
Source Code:fs\namei.c |
Create Date:2022-07-28 20:05:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vfs_get_link - get symlink body*@dentry: dentry on which to get symbolic link*@done: caller needs to free returned data with this* Calls security hook and i_op->get_link() on the supplied inode.* It does not touch atime
Proto:const char *vfs_get_link(struct dentry *dentry, struct delayed_call *done)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry | |
struct delayed_call * | done |
4705 | If d_is_symlink(dentry) Then |
4706 | res = ERR_PTR(security_inode_readlink(dentry)) |
4710 | Return res |
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 |