Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dax.c Create Date:2022-07-28 20:23:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dax_range_is_aligned

Proto:static bool dax_range_is_aligned(struct block_device *bdev, unsigned int offset, unsigned int length)

Type:bool

Parameter:

TypeParameterName
struct block_device *bdev
unsigned intoffset
unsigned intlength
1050  sector_size = bdev_logical_block_size(bdev)
1052  If Not IS_ALIGNED(offset, sector_size) Then Return false
1054  If Not IS_ALIGNED(length, sector_size) Then Return false
1057  Return true
Caller
NameDescribe
__dax_zero_page_range