Function report |
Source Code:fs\direct-io.c |
Create Date:2022-07-28 20:15:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dio_bio_alloc
Proto:static inline void dio_bio_alloc(struct dio *dio, struct dio_submit *sdio, struct block_device *bdev, sector_t first_sector, int nr_vecs)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct dio * | dio | |
struct dio_submit * | sdio | |
struct block_device * | bdev | |
sector_t | first_sector | |
int | nr_vecs |
419 | bio = bio_alloc(GFP_KERNEL, nr_vecs) |
421 | bio_set_dev(bio, bdev) |
424 | If s IO async ? Then bi_end_io = Asynchronous IO callback. |
429 | bi_write_hint = ki_hint |
431 | under assembly = bio |
Name | Describe |
---|---|
dio_new_bio | There is no bio. Make one now. |
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 |