函数逻辑报告 |
Source Code:block\blk-core.c |
Create Date:2022-07-27 18:35:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Check whether this bio extends beyond the end of the device or partition.* This may well happen - the kernel calls bread() without checking the size of* the device, e.g., when mounting a file system.
函数原型:static inline int bio_check_eod(struct bio *bio, sector_t maxsector)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bio * | bio | |
sector_t | maxsector |
826 | nr_sectors等于bio_sectors(bio) |
831 | handle_bad_sector(bio, maxsector) |
832 | 返回:负EIO |
834 | 返回:0 |
名称 | 描述 |
---|---|
blk_partition_remap | Remap block n of partition p to block n+start(p) of the disk. |
generic_make_request_checks |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |