Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:get_start_sect

Proto:static inline sector_t get_start_sect(struct block_device *bdev)

Type:sector_t

Parameter:

TypeParameterName
struct block_device *bdev
472  Return start_sect
Caller
NameDescribe
bdev_stack_limitsadjust queue limits for stacked drivers
blkdev_getgeo
compat_hdio_getgeo
bdev_read_pagedev_read_page() - Start reading a page from a block device*@bdev: The device to read the page from*@sector: The offset on the device to read the page to (need not be aligned)*@page: The page to read* On entry, the page should be locked
bdev_write_pagedev_write_page() - Start writing a page to a block device*@bdev: The device to write the page to*@sector: The offset on the device to write the page to (need not be aligned)*@page: The page to write*@wbc: The writeback_control for the write