Function report |
Source Code:fs\block_dev.c |
Create Date:2022-07-28 20:14:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ioctl_by_bdev
Proto:int ioctl_by_bdev(struct block_device *bdev, unsigned cmd, unsigned long arg)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct block_device * | bdev | |
unsigned | cmd | |
unsigned long | arg |
2168 | res = blkdev_ioctl(bdev, 0, cmd, arg) |
2170 | Return res |
Name | Describe |
---|---|
ibm_partition | This is the main function, called by check.c |
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 |