Function report |
Source Code:block\bio.c |
Create Date:2022-07-28 16:56:38 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Initialize and setup a new bio_set, based on the settings from* another bio_set.
Proto:int bioset_init_from_src(struct bio_set *bs, struct bio_set *src)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bio_set * | bs | |
struct bio_set * | src |
2041 | flags = 0 |
2042 | If min_nr Then flags |= BIOSET_NEED_BVECS |
2044 | If rescue_workqueue Then flags |= BIOSET_NEED_RESCUER |
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 |