Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:There's very little reason to use this, you should really* have a struct block_device just about everywhere and use* bdevname() instead.

Proto:const char *__bdevname(dev_t dev, char *buffer)

Type:char

Parameter:

TypeParameterName
dev_tdev
char *buffer
67  scnprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@
69  Return buffer
Caller
NameDescribe
mount_block_root