Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\blkdev.h Create Date:2022-07-28 05:46:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:queue_max_sectors

Proto:static inline unsigned int queue_max_sectors(const struct request_queue *q)

Type:unsigned int

Parameter:

TypeParameterName
const struct request_queue *q
1271  Return max_sectors
Caller
NameDescribe
queue_max_sectors_show
blkdev_ioctlalways keep this in sync with compat_blkdev_ioctl()
max_sectors_bytes
compat_blkdev_ioctlMost of the generic ioctls are handled in the normal fallback path.This assumes the blkdev's low level compat_ioctl always returnsENOIOCTLCMD for unknown ioctls.