other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
DISK_GET_PART(9) | Block Devices | DISK_GET_PART(9) |
NAME¶
disk_get_part - get partitionSYNOPSIS¶
struct
hd_struct * disk_get_part(struct gendisk * disk,
int partno);
ARGUMENTS¶
diskdisk to look partition from
partno
partition number
DESCRIPTION¶
Look for partition partno from disk. If found, increment reference count and return it.CONTEXT¶
Don't care.RETURNS¶
Pointer to the found partition on success, NULL if not found.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |