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_really_is_negative - Determine if a dentry is really negative (ignoring fallthroughs)*@dentry: The dentry in question* Returns true if the dentry represents either an absent name or a name that* doesn't map to an inode (ie

Proto:static inline bool d_really_is_negative(const struct dentry *dentry)

Type:bool

Parameter:

TypeParameterName
const struct dentry *dentry
470  Return Where the name belongs to - NULL is * negative == NULL
Caller
NameDescribe
prepare_open