函数逻辑报告 |
Source Code:block\partitions\aix.c |
Create Date:2022-07-27 19:01:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:last_lba(): return number of last logical block of device*@bdev: block device* Description: Returns last LBA value on success, 0 on error.* This is stored (by sd and ide-geometry) in* the part[0] entry for this disk, and is the number of
函数原型:static u64 last_lba(struct block_device *bdev)
返回类型:u64
参数:
类型 | 参数 | 名称 |
---|---|---|
struct block_device * | bdev |
83 | 返回:i_size右移9位的值减1ULL |
名称 | 描述 |
---|---|
read_lba | ad_lba(): Read bytes from disk, starting at given LBA*@state*@lba*@buffer*@count* Description: Reads @count bytes from @state->bdev into @buffer.* Returns number of bytes read on success, 0 on error. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |