Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:d_flags_negative

Proto:static inline bool d_flags_negative(unsigned flags)

Type:bool

Parameter:

TypeParameterName
unsignedflags
445  Return (flags & DCACHE_ENTRY_TYPE) == Negative dentry (maybe fallthru to nowhere)
Caller
NameDescribe
follow_managedHandle 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_unlockedLike lookup_one_len_unlocked(), except that it yields ERR_PTR(-ENOENT)* on negatives