Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:scrypt_fname_free_buffer - free the buffer for presented filenames* Free the buffer allocated by fscrypt_fname_alloc_buffer().

Proto:void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str)

Type:void

Parameter:

TypeParameterName
struct fscrypt_str *crypto_str
231  If Not crypto_str Then Return
233  kfree(name)
234  name = NULL