Function report |
Source Code:include\linux\bio.h |
Create Date:2022-07-28 05:45:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:_next_split - get next @sectors from a bio, splitting if necessary*@bio: bio to split*@sectors: number of sectors to split from the front of @bio*@gfp: gfp mask*@bs: bio set to allocate from* Returns a bio representing the next @sectors of @bio - if the
Proto:static inline struct bio *bio_next_split(struct bio *bio, int sectors, gfp_t gfp, struct bio_set *bs)
Type:struct bio
Parameter:
Type | Parameter | Name |
---|---|---|
struct bio * | bio | |
int | sectors | |
gfp_t | gfp | |
struct bio_set * | bs |
375 | If sectors >= bio_sectors(bio) Then Return bio |
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 |