Function report | 
Source Code:fs\fs_context.c | 
Create Date:2022-07-28 20:13:03 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:vfs_parse_fs_param - Add a single parameter to a superblock config*@fc: The filesystem context to modify*@param: The parameter* A single mount option in string form is applied to the filesystem context* being set up
Proto:int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct fs_context * | fc | |
| struct fs_parameter * | param | 
| 134 | If ret != -Parameter not supported Then Return ret | 
| 137 | ret = security_fs_context_parse_param(fc, param) | 
| 138 | If ret != -Parameter not supported Then Return ret | 
| 144 | If parse_param Then | 
| 145 | ret = parse_param(fc, param) | 
| 146 | If ret != -Parameter not supported Then Return ret | 
| 153 | If strcmp(Parameter name , "source") == 0 Then | 
| 159 | string = NULL | 
| 160 | Return 0 | 
| Name | Describe | 
|---|---|
| vfs_parse_fs_string | vfs_parse_fs_string - Convenience function to just parse a string. | 
| 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  |