Function report |
Source Code:include\linux\blkdev.h |
Create Date:2022-07-28 05:46:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bdev_write_same
Proto:static inline unsigned int bdev_write_same(struct block_device *bdev)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
struct block_device * | bdev |
1412 | q = bdev_get_queue(bdev) |
1414 | If q Then Return max_write_same_sectors |
1417 | Return 0 |
Name | Describe |
---|---|
__blkdev_issue_write_same | __blkdev_issue_write_same - generate number of bios with same page*@bdev: target blockdev*@sector: start sector*@nr_sects: number of sectors to write*@gfp_mask: memory allocation flags (for bio_alloc)*@page: page containing data to write*@biop: pointer to |
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 |