Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\scsi_ioctl.c Create Date:2022-07-28 17:35:52
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:max_sectors_bytes

Proto:static int max_sectors_bytes(struct request_queue *q)

Type:int

Parameter:

TypeParameterName
struct request_queue *q
75  max_sectors = queue_max_sectors(q)
77  max_sectors = min_t - return minimum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(unsignedint, max_sectors, INT_MAX >> 9)
79  Return max_sectors << 9
Caller
NameDescribe
sg_get_reserved_size
sg_set_reserved_size