Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bdev_physical_block_size

Proto:static inline unsigned int bdev_physical_block_size(struct block_device *bdev)

Type:unsigned int

Parameter:

TypeParameterName
struct block_device *bdev
1316  Return queue_physical_block_size(bdev_get_queue(bdev))
Caller
NameDescribe
blkdev_ioctlalways keep this in sync with compat_blkdev_ioctl()
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.