Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fsverity.h Create Date:2022-07-28 20:24:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fsverity_prepare_setattr

Proto:static inline int fsverity_prepare_setattr(struct dentry *dentry, struct iattr *attr)

Type:int

Parameter:

TypeParameterName
struct dentry *dentry
struct iattr *attr
169  Return If IS_VERITY(d_inode - Get the actual inode of this dentry*@dentry: The dentry to query* This is the helper normal filesystems should use to get at their own inodes* in their own dentries and ignore the layering superimposed upon them.) Then -EOPNOTSUPP Else 0