Function report |
Source Code:include\linux\dcache.h |
Create Date:2022-07-28 05:42:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_flags_negative
Proto:static inline bool d_flags_negative(unsigned flags)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned | flags |
445 | Return (flags & DCACHE_ENTRY_TYPE) == Negative dentry (maybe fallthru to nowhere) |
Name | Describe |
---|---|
follow_managed | Handle a dentry that is managed in some way.* - Flagged for transit management (autofs)* - Flagged as mountpoint* - Flagged as automount point* This may only be called in refwalk mode.* On success path->dentry is known positive. |
lookup_positive_unlocked | Like lookup_one_len_unlocked(), except that it yields ERR_PTR(-ENOENT)* on negatives |
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 |