Function report |
Source Code:include\linux\dcache.h |
Create Date:2022-07-28 05:41:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_is_symlink
Proto:static inline bool d_is_symlink(const struct dentry *dentry)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct dentry * | dentry |
Name | Describe |
---|---|
do_readlinkat | |
step_into | Do we need to follow links? We _really_ want to be able* to do this check without having to look at inode->i_op,* so we keep a cache of "no, this doesn't need follow_link"* for the common case. |
do_file_open_root | |
vfs_readlink | vfs_readlink - copy symlink body into userspace buffer*@dentry: dentry on which to get symbolic link*@buffer: user memory pointer*@buflen: size of buffer* Does not touch atime. That's up to the caller if necessary* Does not call security hook. |
vfs_get_link | 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 |
do_add_mount | add a mount into a namespace's mount tree |
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 |