/linux-3.4.99/Documentation/ |
D | ldm.txt | 12 replacement for the MSDOS style partitions. It stores its information in a 14 partitions is limited only by disk space. The maximum number of partitions is 17 Any partitions created under the LDM are called "Dynamic Disks". There are no 18 longer any primary or extended partitions. Normal MSDOS style partitions are 23 partitions and filesystems without the need to reboot. 39 Below we have a 50MiB disk, divided into seven partitions. 54 The LDM Database may not store the partitions in the order that they appear on 91 discovered partitions. However, grub does not understand the LDM partitioning
|
D | iostats.txt | 11 /proc/partitions. In 2.6, the same information is found in two 34 On 2.4 you might execute "grep 'hda ' /proc/partitions". On 2.6, you have 113 partitions from that for disks. There are only *four* fields available 114 for partitions on 2.6 machines. This is reflected in the examples above. 130 words, the number of reads for partitions is counted slightly before time 131 of queuing for partitions, and at completion for whole disks. This is 135 reads/writes before merges for partitions and after for disks. Since a 140 In 2.6.25, the full statistic set is again available for partitions and 158 appear in both /proc/partitions and /proc/stat, although the ones in 159 /proc/stat take a very different format from those in /proc/partitions
|
/linux-3.4.99/Documentation/mmc/ |
D | mmc-dev-parts.txt | 4 Device partitions are additional logical block devices present on the 7 As of this writing, MMC boot partitions as supported and exposed as 14 Read and write access is provided to the two MMC boot partitions. Due to 29 The boot partitions can also be locked read only until the next power on, 38 The boot partitions can also be locked permanently, but this feature is
|
/linux-3.4.99/drivers/mtd/maps/ |
D | dmv182.c | 98 struct mtd_partition *partitions; in init_svme182() local 101 partitions = svme182_partitions; in init_svme182() 123 mtd_device_register(this_mtd, partitions, num_parts); in init_svme182()
|
D | impa7.c | 52 static struct mtd_partition partitions[] = variable 95 partitions, in init_impa7() 96 ARRAY_SIZE(partitions)); in init_impa7()
|
/linux-3.4.99/fs/ufs/ |
D | Kconfig | 7 Unixes can create and mount hard disk partitions and diskettes using 9 these partitions; if you also want to write to them, say Y to the 34 Say Y here if you want to try writing to UFS partitions. This is 35 experimental, so you should back up your UFS partitions beforehand.
|
/linux-3.4.99/drivers/mtd/ |
D | cmdlinepart.c | 71 static struct cmdline_mtd_partition *partitions; variable 287 this_mtd->next = partitions; in mtdpart_setup_real() 288 partitions = this_mtd; in mtdpart_setup_real() 329 for(part = partitions; part; part = part->next) in parse_cmdline_partitions()
|
/linux-3.4.99/fs/efs/ |
D | Kconfig | 6 disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer 7 uses the XFS file system for hard disk partitions however).
|
/linux-3.4.99/Documentation/arm/SH-Mobile/ |
D | zboot-rom-sdhi.txt | 40 Physical partitions are described in the eSD specification. At the time of 41 writing they are not the same as partitions that are typically configured 42 using fdisk and visible through /proc/partitions
|
/linux-3.4.99/fs/nls/ |
D | Kconfig | 46 DOS/Windows partitions correctly. This does apply to the filenames 58 DOS/Windows partitions correctly. This does apply to the filenames 70 DOS/Windows partitions correctly. This does apply to the filenames 83 DOS/Windows partitions correctly. This does apply to the filenames 99 DOS/Windows partitions correctly. This does apply to the filenames 114 DOS/Windows partitions correctly. This does apply to the filenames 125 DOS/Windows partitions correctly. This does apply to the filenames 136 DOS/Windows partitions correctly. This does apply to the filenames 147 DOS/Windows partitions correctly. This does apply to the filenames 158 DOS/Windows partitions correctly. This does apply to the filenames [all …]
|
/linux-3.4.99/block/partitions/ |
D | sgi.c | 25 } partitions[16]; member 45 p = &label->partitions[0]; in sgi_partition()
|
D | sun.c | 54 } partitions[8]; in sun_partition() member 68 p = label->partitions; in sun_partition()
|
D | Kconfig | 52 `Y' here, Linux will support disk partitions created under ADFS. 119 and manages it similarly to DOS extended partitions, putting in its 122 partitions from within Linux if you have also said Y to "UFS 141 partitions from within Linux if you have also said Y to "UFS 151 VTOC and further mount UnixWare partitions read-only from within 182 Normal partitions are now called Basic Disks under Windows 2000, XP, 220 read these partition tables and further mount SunOS partitions from
|
/linux-3.4.99/arch/arm/mach-s3c24xx/ |
D | mach-osiris.c | 198 .partitions = osiris_default_nand_part, 205 .partitions = osiris_default_nand_part, 213 .partitions = osiris_default_nand_part, 403 osiris_nand_sets[0].partitions = osiris_default_nand_part_large; in osiris_map_io()
|
D | mach-anubis.c | 186 .partitions = anubis_default_nand_part, 193 .partitions = anubis_default_nand_part, 200 .partitions = anubis_default_nand_part, 463 anubis_nand_sets[0].partitions = anubis_default_nand_part_large; in anubis_map_io()
|
D | mach-bast.c | 255 .partitions = bast_default_nand_part, 262 .partitions = bast_default_nand_part, 270 .partitions = bast_default_nand_part, 278 .partitions = bast_default_nand_part,
|
/linux-3.4.99/include/linux/mtd/ |
D | fsmc.h | 152 struct mtd_partition *partitions; member 173 struct mtd_partition *partitions, unsigned int nr_partitions,
|
D | sharpsl.h | 18 struct mtd_partition *partitions; member
|
D | gpmi-nand.h | 65 struct mtd_partition *partitions; member
|
/linux-3.4.99/fs/fat/ |
D | Kconfig | 7 to include FAT support. You will then be able to mount partitions or 18 partitions from within Linux (but not transparently) is with the 39 This allows you to mount MSDOS partitions of your hard drive (unless 40 they are compressed; to access compressed MSDOS partitions under 51 partitions, you should use the VFAT file system (say Y to "VFAT fs
|
/linux-3.4.99/Documentation/devicetree/bindings/mtd/ |
D | partition.txt | 1 Representing flash partitions in devicetree 19 partitions containing early-boot firmware images or data which should not be
|
/linux-3.4.99/fs/adfs/ |
D | Kconfig | 8 here, Linux will be able to read from ADFS partitions on hard drives 25 If you say Y here, you will be able to write to ADFS partitions on
|
/linux-3.4.99/drivers/spi/ |
D | spi-butterfly.c | 166 static struct mtd_partition partitions[] = { { variable 189 .parts = partitions, 190 .nr_parts = ARRAY_SIZE(partitions),
|
/linux-3.4.99/arch/blackfin/include/asm/ |
D | nand.h | 39 struct mtd_partition *partitions; member
|
/linux-3.4.99/arch/mips/include/asm/mach-jz4740/ |
D | jz4740_nand.h | 24 struct mtd_partition *partitions; member
|