Function report |
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 activity | Download SCCT | Chinese |
Name:finish_clean_context
Proto:int finish_clean_context(struct fs_context *fc)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
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) |
748 | phase = FS_CONTEXT_FAILED |
749 | Return error |
751 | need_free = true |
753 | Return 0 |
Name | Describe |
---|---|
vfs_fsconfig_locked | Check the state and apply the configuration. Note that this function is* allowed to 'steal' the value by setting param->xxx to NULL before returning. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |