Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\crypto\keysetup.c Create Date:2022-07-28 20:24:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:scrypt_free_inode - free an inode's fscrypt data requiring RCU delay* Free the inode's cached decrypted symlink target, if any. Filesystems must* call this after an RCU grace period, just before they free the inode.

Proto:void fscrypt_free_inode(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
486  If IS_ENCRYPTED(inode) && S_ISLNK(i_mode) Then
487  kfree(i_link)
488  i_link = NULL