Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:BDEV_I

Proto:static inline struct bdev_inode *BDEV_I(struct inode *inode)

Type:struct bdev_inode

Parameter:

TypeParameterName
struct inode *inode
48  Return container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(inode, structbdev_inode, vfs_inode)
Caller
NameDescribe
I_BDEV
bdev_free_inode
bdev_evict_inode
bdev_test
bdev_set
bdget
blkdev_releasepageTry to release a page associated with block device when the system* is under memory pressure.