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_string - Convenience function to just parse a string.
Proto:int vfs_parse_fs_string(struct fs_context *fc, const char *key, const char *value, size_t v_size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct fs_context * | fc | |
const char * | key | |
const char * | value | |
size_t | v_size |
176 | struct fs_parameter param = {Parameter name = key, The type of value here = fs_value_is_string, size = v_size, } |
182 | If v_size > 0 Then |
190 | Return ret |
Name | Describe |
---|---|
do_new_mount | reate a new mount for userspace and request it to be added into the* namespace's tree |
generic_parse_monolithic | generic_parse_monolithic - Parse key[=val][,key[=val]]* mount data*@ctx: The superblock configuration to fill in.*@data: The data to parse* Parse a blob of data that's in key[=val][,key[=val]]* form. This can be |
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 |