函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\iomap.h Create Date:2022-07-29 10:44:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:iomap_sector

函数原型:static inline sector_t iomap_sector(struct iomap *iomap, loff_t pos)

返回类型:sector_t

参数:

类型参数名称
struct iomap *iomap
loff_tpos
95  返回: disk offset of mapping, bytes pos file offset of mapping, bytes 右移The basic unit of block I/O is a sector. It is used in a number of contexts* in Linux (blk, bio, genhd). The size of one sector is 512 = 2**9* bytes. Variables of type sector_t represent an offset or size that is a* multiple of 512 bytes
调用者
名称描述
iomap_readpage_actor
iomap_read_page_sync
iomap_dax_zero
iomap_add_to_ioendTest to see if we have an existing ioend structure that we could append to* first, otherwise finish off the current ioend and start another.
iomap_dio_zero
iomap_dio_bio_actor