Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:format_fs_keyring_description

Proto:static void format_fs_keyring_description(char description[((sizeof("fscrypt-")-1)+sizeof((((struct super_block*)0)->s_id)))], const struct super_block *sb)

Type:void

Parameter:

TypeParameterName
chardescription
const struct super_block *sb
169  sprintf(description, "fscrypt-%s", s_id)
Caller
NameDescribe
allocate_filesystem_keyringCreate ->s_master_keys if needed. Synchronized by fscrypt_add_key_mutex.