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: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
Proto:int generic_parse_monolithic(struct fs_context *fc, void *data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct fs_context * | fc | |
void * | data |
208 | ret = 0 |
210 | If Not options Then Return 0 |
213 | ret = security_sb_eat_lsm_opts(options, & security) |
218 | If key Then |
234 | Return ret |
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 |