Home
last modified time | relevance | path

Searched refs:partition (Results 1 – 7 of 7) sorted by relevance

/block/partitions/
DKconfig6 bool "Advanced partition selection"
19 bool "Acorn partition support" if PARTITION_ADVANCED
25 bool "Cumana partition support" if PARTITION_ADVANCED
33 bool "EESOX partition support" if PARTITION_ADVANCED
38 bool "ICS partition support" if PARTITION_ADVANCED
46 bool "Native filecore partition support" if PARTITION_ADVANCED
56 bool "PowerTec partition support" if PARTITION_ADVANCED
60 Support reading partition tables created on Acorn machines using
64 bool "RISCiX partition support" if PARTITION_ADVANCED
73 bool "AIX basic partition table support" if PARTITION_ADVANCED
[all …]
Dosf.c54 struct d_partition * partition; in osf_partition() local
61 partition = label->d_partitions; in osf_partition()
75 for (i = 0 ; i < npartitions; i++, partition++) { in osf_partition()
78 if (le32_to_cpu(partition->p_size)) in osf_partition()
80 le32_to_cpu(partition->p_offset), in osf_partition()
81 le32_to_cpu(partition->p_size)); in osf_partition()
Dmsdos.c38 static inline sector_t nr_sects(struct partition *p) in nr_sects()
43 static inline sector_t start_sect(struct partition *p) in start_sect()
48 static inline int is_extended_partition(struct partition *p) in is_extended_partition()
71 struct partition *pt = (struct partition *) (p + 0x1be); in aix_magic_present()
125 struct partition *p; in parse_extended()
149 p = (struct partition *) (data + 0x1be); in parse_extended()
406 struct partition *p; in parse_minix()
413 p = (struct partition *)(data + 0x1be); in parse_minix()
457 struct partition *p; in msdos_partition()
491 p = (struct partition *) (data + 0x1be); in msdos_partition()
[all …]
Dldm.c510 struct partition *p; in ldm_validate_partition_table()
525 p = (struct partition*)(data + 0x01BE); in ldm_validate_partition_table()
/block/
DKconfig132 bool "Block device command line partition parser"
135 Enabling this option allows you to specify the partition layout from
140 See Documentation/block/cmdline-partition.txt for more information.
DMakefile11 genhd.o partition-generic.o ioprio.o \
Dpartition-generic.c182 static DEVICE_ATTR(partition, S_IRUGO, part_partition_show, NULL);