Lines Matching defs:partition
1385 /* check if partition is open, -1 - check all partitions on the disk */
1387 xdf_isopen(xdf_t *vdp, int partition)
1393 ASSERT((partition == -1) ||
1394 ((partition >= 0) || (partition < XDF_PEXT)));
1396 if (partition == -1)
1399 parbit = 1 << partition;
2735 /* Check if this I/O is accessing a partition or the entire disk */
2741 /* This I/O is using a partition relative offset */
2757 /* check for a starting block beyond the disk or partition limit */
3098 * - that the size of the partition that we're opening is non-zero