Function report |
Source Code:include\linux\dcache.h |
Create Date:2022-07-28 05:41:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_can_lookup
Proto:static inline bool d_can_lookup(const struct dentry *dentry)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct dentry * | dentry |
Name | Describe |
---|---|
SYSCALL_DEFINE1 | |
link_path_walk | Name resolution.* This is the basic name resolution function, turning a pathname into* the final dentry. We expect 'base' to be positive and a directory.* Returns 0 and nd will have valid dentry and mnt on success. |
path_init | must be paired with terminate_walk() |
path_lookupat | Returns 0 and nd will be valid on success; Retuns error, otherwise. |
do_last | Handle the last step of open() |
fanotify_group_event_mask | This function returns a mask for an event that only contains the flags* that have been specifically requested by the user. Flags that may have* been included within the event mask, but have not been explicitly |
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 |