函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:queue_virt_boundary

函数原型:static inline unsigned long queue_virt_boundary(const struct request_queue *q)

返回类型:unsigned long

参数:

类型参数名称
const struct request_queue *q
1266  返回:virt_boundary_mask
调用者
名称描述
blk_rq_map_user_iovlk_rq_map_user_iov - map user data to a request, for passthrough requests*@q: request queue where request should be inserted*@rq: request to map data to*@map_data: pointer to the rq_map_data holding pages (if necessary)*@iter: iovec iterator*@gfp_mask:
bio_will_gap
bvec_split_segsvec_split_segs - verify whether or not a bvec should be split in the middle*@q: [in] request queue associated with the bio associated with @bv*@bv: [in] bvec to examine*@nsegs: [in,out] Number of segments in the bio being built
__bvec_gap_to_prev
bvec_gap_to_prevCheck if adding a bio_vec after bprv with offset would create a gap in* the SG list. Most drivers don't care about this, but some do.