Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:set_info

Proto:static void set_info(struct parsed_partitions *state, int slot, unsigned int disksig)

Type:void

Parameter:

TypeParameterName
struct parsed_partitions *state
intslot
unsigned intdisksig
102  info = info
104  snprintf - 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*@
106  volname[0] = 0
107  has_info = true
Caller
NameDescribe
parse_extendedCreate devices for each logical partition in an extended partition.* The logical partitions form a linked list, with each entry being* a partition table with two entries. The first entry* is the real data partition (with a start relative to the partition
msdos_partition