Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:finish_clean_context

Proto:int finish_clean_context(struct fs_context *fc)

Type:int

Parameter:

TypeParameterName
struct fs_context *fc
740  If phase != FS_CONTEXT_AWAITING_RECONF Then Return 0
743  If init_fs_context Then error = init_fs_context(fc)
745  Else error = legacy_init_fs_context(fc)
747  If Value for the false possibility is greater at compile time(error) Then
748  phase = FS_CONTEXT_FAILED
749  Return error
751  need_free = true
752  phase = FS_CONTEXT_RECONF_PARAMS
753  Return 0
Caller
NameDescribe
vfs_fsconfig_lockedCheck the state and apply the configuration. Note that this function is* allowed to 'steal' the value by setting param->xxx to NULL before returning.