disk_get_part (9) - Linux Manuals
disk_get_part: get partition
NAME
disk_get_part - get partition
SYNOPSIS
-
struct hd_struct * disk_get_part(struct gendisk
* disk, intpartno);
ARGUMENTS
disk
-
- disk to look partition from
partno
- partition number
DESCRIPTION
Look for partition partno from disk. If found, increment reference count and return it.
CONTEXT
RETURN
Pointer to the found partition on success, NULL if not found.
COPYRIGHT