Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bdev_is_zoned

Proto:static inline bool bdev_is_zoned(struct block_device *bdev)

Type:bool

Parameter:

TypeParameterName
struct block_device *bdev
1442  q = bdev_get_queue(bdev)
1444  If q Then Return blk_queue_is_zoned(q)
1447  Return false