1__ADD_DISK(9)                    Block Devices                   __ADD_DISK(9)
2
3
4

NAME

6       __add_disk - add partitioning information to kernel list
7

SYNOPSIS

9       void __add_disk(struct gendisk * disk, bool register_queue);
10

ARGUMENTS

12       disk
13           per-device partitioning information
14
15       register_queue
16           register the queue if set to true
17

DESCRIPTION

19       This function registers the partitioning information in disk with the
20       kernel.
21

FIXME

23       error handling
24
26Kernel Hackers Manual 3.10         June 2019                     __ADD_DISK(9)
Impressum