Lines Matching defs:partition

2865  *		Return the number of blocks for the partition in question
6378 * writing the system state then fails, example if the partition is
7730 * 2) Instantiate and initialize the partition stats
8364 * 2) Initialize the error stats (sd_set_errstats) and partition
8965 /* Remove partition stats */
9224 * Description: This routine instantiates and initializes the partition
9225 * stats for each partition with more than zero blocks.
9262 instance, kstatname, "partition", KSTAT_TYPE_IO,
10461 /* Update the open partition map */
12538 * Description: Verify request lies within the partition limits for
12540 * request would exceed partition range. Converts
12541 * partition-relative block address to absolute.
12560 * some of the partition info in the unit struct without holding
12561 * the mutext. This is a general issue, if the partition info
12571 diskaddr_t nblocks; /* #blocks in the given partition */
12575 int partition;
12597 partition = SDPART(bp->b_edev);
12608 if (sd_ready_and_valid(ssc, partition) != SD_READY_VALID) {
12633 (void) cmlb_partinfo(un->un_cmlbhandle, partition,
12701 * in the partition, do not set B_ERROR in the buf.
12709 * partition limits. Also the requested number of bytes must be
12720 * is an overrun of the partition.
12736 * for the amount of space available in the partition. The
12788 * Description: Completion-side processing for partition management.
12796 /* int partition; */ /* Not used, see below. */
12842 * partition = getminor(bp->b_edev) & SDPART_MASK;
12843 * xp->xb_blkno -= un->un_offset[partition];
12861 * Assumptions: A higher layer has already performed any partition validation,
12867 * read/write beyond the end of a partition. In this case we
13670 * relative to the start of the device (NOT partition!).
14488 * in the larger than partition operation.
25761 int partition;
25790 partition = SDPART(dev);
25791 SD_INFO(SD_LOG_DUMP, un, "sddump: partition = %d\n", partition);
25816 /* Validate blocks to dump at against partition size. */
25818 (void) cmlb_partinfo(un->un_cmlbhandle, partition,
25824 "sddump: dump range larger than partition: "
25833 "sddump: dump range larger than partition: "
25939 * Convert the partition-relative block number to a
30646 * 7. fdisk partition management
30648 * Fdisk is traditional partition method on x86 platform. Sd(7d) driver
30711 * sd creates partition kstat for non-removable media devices. USB and
30712 * Firewire hard disks now have partition kstats
30924 "enable-partition-kstats", 1));