Home
last modified time | relevance | path

Searched refs:partitions (Results 1 – 184 of 184) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dpartition.txt1 Representing flash partitions in devicetree
9 'partitions'. This node should have the following property:
10 - compatible : (required) must be "fixed-partitions"
11 Partitions are then defined in subnodes of the partitions node.
13 For backwards compatibility partitions as direct subnodes of the mtd device are
16 string are not considered partitions, as they may be used for other bindings.
18 #address-cells & #size-cells must both be present in the partitions subnode of the
20 <1>: for partitions that require a single 32-bit cell to represent their
22 <2>: for partitions that require two 32-bit cells to represent their
33 partitions containing early-boot firmware images or data which should not be
[all …]
Dpxa3xx-nand.txt10 - #address-cells: Set to <1> if the node includes partitions
44 /* partitions (optional) */
Dgpio-control-nand.txt13 representing partitions.
28 The device tree may optionally contain sub-nodes describing partitions of the
Dgpmi-nand.txt35 partitions written from Linux with this feature
39 The device tree may optionally contain sub-nodes describing partitions of the
Darm-versatile.txt7 The device tree may optionally contain sub-nodes describing partitions of the
Datmel-dataflash.txt6 The device tree may optionally contain sub-nodes describing partitions of the
Ddenali-nand.txt10 The device tree may optionally contain sub-nodes describing partitions of the
Dspear_smi.txt7 representing partitions.
Dmtd-physmap.txt17 sub-nodes representing partitions (see below). In this case
44 The device tree may optionally contain sub-nodes describing partitions of the
Dflctl-nand.txt17 The device tree may optionally contain sub-nodes describing partitions of the
Dorion-nand.txt15 The device tree may optionally contain sub-nodes describing partitions of the
Dgpmc-onenand.txt44 /* partitions go here */
Dhisi504-nand.txt24 Flash chip may optionally contain additional sub-nodes describing partitions of
Djedec,spi-nor.txt5 representing partitions.
Dfsl-upm-nand.txt23 describing partitions of the address space. See partition.txt for more
Dvf610-nfc.txt20 representing partitions.
Ddavinci-nand.txt70 Nand device bindings may contain additional sub-nodes describing partitions of
Datmel-nand.txt14 representing partitions.
Dgpmc-nand.txt91 /* partitions go here */
/linux-4.4.14/Documentation/
Dldm.txt12 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
Diostats.txt11 /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
115 partitions from that for disks. There are only *four* fields available
116 for partitions on 2.6 machines. This is reflected in the examples above.
132 words, the number of reads for partitions is counted slightly before time
133 of queuing for partitions, and at completion for whole disks. This is
137 reads/writes before merges for partitions and after for disks. Since a
142 In 2.6.25, the full statistic set is again available for partitions and
160 appear in both /proc/partitions and /proc/stat, although the ones in
161 /proc/stat take a very different format from those in /proc/partitions
Ddevices.txt204 For partitions, add to the whole disk device number:
211 For Linux/i386, partitions 1-4 are the primary
212 partitions, and 5 and above are logical partitions.
290 partitions is 15.
718 partitions is 15, like SCSI.
1010 For partitions add:
1215 partitions is 15.
1231 partitions is 15.
1247 partitions is 15.
1268 partitions is 15.
[all …]
Dsysfs-rules.txt127 /sys/subsystem/block will contain the links for disks and partitions
Dmd.txt45 When md is compiled into the kernel (not as module), partitions of
/linux-4.4.14/Documentation/mmc/
Dmmc-dev-parts.txt4 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
D00-INDEX6 - info on SD and MMC device partitions
/linux-4.4.14/drivers/mtd/maps/
Dimpa7.c50 static struct mtd_partition partitions[] = variable
92 partitions, in init_impa7()
93 ARRAY_SIZE(partitions)); in init_impa7()
Dvmu-flash.c41 u32 partitions; member
569 if (++card->partition < card->partitions) { in vmu_queryblocks()
620 card->partitions = (basic_flash_data >> 24 & 0xFF) + 1; in vmu_connect()
632 card->parts = kmalloc(sizeof(struct vmupart) * card->partitions, in vmu_connect()
639 card->mtd = kmalloc(sizeof(struct mtd_info) * card->partitions, in vmu_connect()
701 for (x = 0; x < card->partitions; x++) { in vmu_disconnect()
722 for (x = 0; x < card->partitions; x++) { in vmu_can_unload()
Dplat-ram.c221 pdata->partitions, in platram_probe()
DKconfig132 System's TS-5500 board. The 2MB flash is split into 3 partitions
149 By default the flash is split into 3 partitions which are accessed
/linux-4.4.14/fs/ufs/
DKconfig7 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-4.4.14/drivers/misc/
Dsram.c47 u32 partitions; member
131 struct sram_partition *part = &sram->partition[sram->partitions]; in sram_add_partition()
146 sram->partitions++; in sram_add_partition()
155 if (!sram->partitions) in sram_free_partitions()
158 part = &sram->partition[sram->partitions - 1]; in sram_free_partitions()
159 for (; sram->partitions; sram->partitions--, part--) { in sram_free_partitions()
/linux-4.4.14/drivers/soc/qcom/
Dsmem.c241 struct smem_partition_header *partitions[SMEM_HOST_COUNT]; member
302 phdr = smem->partitions[host]; in qcom_smem_alloc_private()
410 if (host < SMEM_HOST_COUNT && __smem->partitions[host]) in qcom_smem_alloc()
462 phdr = smem->partitions[host]; in qcom_smem_get_private()
512 if (host < SMEM_HOST_COUNT && __smem->partitions[host]) in qcom_smem_get()
540 if (host < SMEM_HOST_COUNT && __smem->partitions[host]) { in qcom_smem_get_free_space()
541 phdr = __smem->partitions[host]; in qcom_smem_get_free_space()
619 if (smem->partitions[remote_host]) { in qcom_smem_enumerate_partitions()
661 smem->partitions[remote_host] = header; in qcom_smem_enumerate_partitions()
/linux-4.4.14/fs/nls/
DKconfig46 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-4.4.14/fs/efs/
DKconfig6 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-4.4.14/arch/arm/mach-s3c24xx/
Dmach-osiris.c197 .partitions = osiris_default_nand_part,
204 .partitions = osiris_default_nand_part,
212 .partitions = osiris_default_nand_part,
372 osiris_nand_sets[0].partitions = osiris_default_nand_part_large; in osiris_map_io()
Dmach-anubis.c183 .partitions = anubis_default_nand_part,
190 .partitions = anubis_default_nand_part,
197 .partitions = anubis_default_nand_part,
398 anubis_nand_sets[0].partitions = anubis_default_nand_part_large; in anubis_map_io()
Dmach-bast.c249 .partitions = bast_default_nand_part,
256 .partitions = bast_default_nand_part,
264 .partitions = bast_default_nand_part,
272 .partitions = bast_default_nand_part,
Dmach-vstms.c106 .partitions = vstms_nand_part,
Dcommon-smdk.c160 .partitions = smdk_default_nand_part,
Dmach-rx3715.c157 .partitions = rx3715_nand_part,
Dmach-at2440evb.c107 .partitions = at2440evb_default_nand_part,
Dmach-jive.c224 .partitions = jive_imageA_nand_part,
253 nand->partitions = jive_imageB_nand_part; in jive_mtdset()
Dmach-qt2410.c273 .partitions = qt2410_nand_part,
Dmach-mini2440.c278 .partitions = mini2440_default_nand_part,
Dmach-rx1950.c598 .partitions = rx1950_nand_part,
DKconfig323 bool "Allow access to bootloader partitions in MTD"
/linux-4.4.14/drivers/mtd/
Dcmdlinepart.c80 static struct cmdline_mtd_partition *partitions; variable
277 this_mtd->next = partitions; in mtdpart_setup_real()
278 partitions = this_mtd; in mtdpart_setup_real()
326 for (part = partitions; part; part = part->next) { in parse_cmdline_partitions()
DKconfig36 MTD 'partitions' corresponding to each image in the table, enable
108 Same flash, but 2 named partitions, the first one being read-only:
122 register MTD 'partitions' corresponding to each image detected,
155 This provides partitions parser for devices based on BCM47xx
318 several partitions are present, but not both. The concern was that
319 data listed in multiple partitions was dangerous; however, SCSI does
Dmtdswap.c182 static char partitions[128] = ""; variable
183 module_param_string(partitions, partitions, sizeof(partitions), 0444);
184 MODULE_PARM_DESC(partitions, "MTD partition numbers to use as swap "
1423 parts = &partitions[0]; in mtdswap_add_mtd()
/linux-4.4.14/block/partitions/
Dsgi.c25 } partitions[16]; member
45 p = &label->partitions[0]; in sgi_partition()
Dsun.c54 } partitions[8]; in sun_partition() member
68 p = label->partitions; in sun_partition()
DKconfig52 `Y' here, Linux will support disk partitions created under ADFS.
78 but this driver works only for the simple case of partitions which
130 and manages it similarly to DOS extended partitions, putting in its
133 partitions from within Linux if you have also said Y to "UFS
152 partitions from within Linux if you have also said Y to "UFS
162 VTOC and further mount UnixWare partitions read-only from within
193 Normal partitions are now called Basic Disks under Windows 2000, XP,
231 read these partition tables and further mount SunOS partitions from
/linux-4.4.14/include/linux/mtd/
Dfsmc.h153 struct mtd_partition *partitions; member
171 struct mtd_partition *partitions, unsigned int nr_partitions,
Dsharpsl.h18 struct mtd_partition *partitions; member
Dplat-ram.h25 struct mtd_partition *partitions; member
Dspear_smi.h46 struct mtd_partition *partitions; member
Dnand.h860 struct mtd_partition *partitions; member
/linux-4.4.14/fs/fat/
DKconfig7 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-4.4.14/drivers/spi/
Dspi-butterfly.c162 static struct mtd_partition partitions[] = { { variable
185 .parts = partitions,
186 .nr_parts = ARRAY_SIZE(partitions),
/linux-4.4.14/fs/adfs/
DKconfig8 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-4.4.14/drivers/mtd/nand/
Dnuc900_nand.c65 static const struct mtd_partition partitions[] = { variable
280 mtd_device_register(&(nuc900_nand->mtd), partitions, in nuc900_nand_probe()
281 ARRAY_SIZE(partitions)); in nuc900_nand_probe()
Dnandsim.c306 struct mtd_partition partitions[CONFIG_NANDSIM_MAX_PARTS]; member
730 if (parts_num > ARRAY_SIZE(ns->partitions)) { in init_nandsim()
743 ns->partitions[i].name = get_partition_name(i); in init_nandsim()
744 if (!ns->partitions[i].name) { in init_nandsim()
748 ns->partitions[i].offset = next_offset; in init_nandsim()
749 ns->partitions[i].size = part_sz; in init_nandsim()
750 next_offset += ns->partitions[i].size; in init_nandsim()
751 remains -= ns->partitions[i].size; in init_nandsim()
755 if (parts_num + 1 > ARRAY_SIZE(ns->partitions)) { in init_nandsim()
759 ns->partitions[i].name = get_partition_name(i); in init_nandsim()
[all …]
Dplat_nand.c99 pdata->chip.partitions, in plat_nand_probe()
Dsharpsl.c184 data->partitions, data->nr_partitions); in sharpsl_nand_probe()
Dfsmc_nand.c304 struct mtd_partition *partitions; member
1005 host->partitions = pdata->partitions; in fsmc_nand_probe()
1180 host->partitions, host->nr_partitions); in fsmc_nand_probe()
Djz4740_nand.c501 pdata->ident_callback(pdev, chip, &pdata->partitions, in jz_nand_probe()
512 pdata ? pdata->partitions : NULL, in jz_nand_probe()
Dbf5xx_nand.c664 struct mtd_partition *parts = info->platform->partitions; in bf5xx_nand_add_partition()
Ds3c2410.c768 set->partitions, set->nr_partitions); in s3c2410_nand_add_partition()
/linux-4.4.14/arch/blackfin/include/asm/
Dnand.h39 struct mtd_partition *partitions; member
/linux-4.4.14/arch/mips/include/asm/mach-jz4740/
Djz4740_nand.h26 struct mtd_partition *partitions; member
/linux-4.4.14/include/linux/platform_data/
Dmtd-nand-s3c2410.h42 struct mtd_partition *partitions; member
/linux-4.4.14/arch/mips/jz4740/
Dboard-qi_lb60.c127 struct nand_chip *chip, struct mtd_partition **partitions, in qi_lb60_nand_ident() argument
132 *partitions = qi_lb60_partitions_2gb; in qi_lb60_nand_ident()
136 *partitions = qi_lb60_partitions_1gb; in qi_lb60_nand_ident()
/linux-4.4.14/fs/sysv/
DKconfig8 partitions.
10 If you have floppies or hard disk partitions like that, it is likely
/linux-4.4.14/Documentation/s390/
DDASD7 physical volume and 3 for partitions). With respect to partitions see
34 provide support of partitions, maybe VTOC oriented or using a kind of
/linux-4.4.14/arch/powerpc/platforms/pseries/
DKconfig28 bool "Support for shared-processor logical partitions"
34 two or more partitions.
97 bool "Support for shared-memory logical partitions"
/linux-4.4.14/fs/hfs/
DKconfig7 floppy disks and hard drive partitions with full read-write access.
/linux-4.4.14/Documentation/ide/
Dwarm-plug-howto.txt15 NOTE: please make sure that partitions are unmounted and that there are
DChangeLog.ide-floppy.1996-20029 * Ver 0.5 Feb 21 97 Add partitions support.
DChangeLog.ide-cd.1994-200474 * 3.06 Dec 16, 1995 -- Add support needed for partitions.
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/
Dndfc.txt12 - partition(s) - follows the OF MTD standard for partitions
/linux-4.4.14/arch/powerpc/boot/dts/
Do2i.dts26 /* o2i specific partitions */
Do2mnt.dts26 /* add o2mnt specific partitions */
Do2d.dts40 /* o2d specific partitions */
Do2dnt2.dts41 /* o2dnt2 specific partitions */
Do3dnt.dts41 /* o3dnt specific partitions */
Do2d300.dts45 /* o2d300 specific partitions */
/linux-4.4.14/Documentation/filesystems/
Disofs.txt1 Mount options that are the same as for msdos and vfat partitions.
7 Mount options that are the same as vfat partitions. These are only useful
Daffs.txt140 You mount all your Amiga partitions under /amiga/<volume> (where
142 "prefix=/amiga/" when mounting all your AFFS partitions. (They
198 The block allocation is designed for hard disk partitions. If more
213 If you mount affs partitions on system startup, you may want to tell
Dntfs.txt255 example if one of your partitions is /dev/hda2 you would do:
296 enabled. This will create the LDM partitions on each device at boot time. You
301 /dev/hda) and then using the offsets of the LDM partitions into this device as
397 For example, if you have a stripe set consisting of two partitions /dev/hda5
440 Using the md driver will not work properly if any of your NTFS partitions have
447 So when using linear raid, make sure that all your partitions have an even
Dsysv-fs.txt30 * Linux fdisk reports on partitions
Dhpfs.txt68 On HPFS partitions, OS/2 can associate to each file a special information called
260 1.97 Support for HPFS v3 (on large partitions)
Dramfs-rootfs-initramfs.txt344 root device is complex. Root partitions can span multiple devices (raid or
Df2fs.txt157 /sys/kernel/debug/f2fs/ contains information about all the partitions mounted as
Dproc.txt600 partitions Table of partitions known to the system
/linux-4.4.14/net/9p/
DKconfig23 guest partitions and a host partition.
/linux-4.4.14/drivers/virt/
DKconfig23 1) An ioctl interface for querying and managing partitions.
/linux-4.4.14/Documentation/block/
D00-INDEX10 - how to specify block device partitions on kernel command line
/linux-4.4.14/fs/hpfs/
DKconfig7 partitions. Say Y if you want to be able to read files from and
/linux-4.4.14/block/
DMakefile11 partitions/
DKconfig110 partitions on a block device.
116 source "block/partitions/Kconfig"
/linux-4.4.14/Documentation/blockdev/
Dnbd.txt27 Number of partitions per device (default: 0).
DREADME.DAC96075 block device. Logical Drives are further subdivided into up to 7 partitions
83 is referred to as /dev/rd/cCdD, and the partitions are called /dev/rd/cCdDp1
238 there are only at most 6 usable partitions on each logical drive, systems
239 requiring more partitions should subdivide a drive group into multiple logical
240 drives, each of which can have up to 6 usable partitions. Also, note that with
/linux-4.4.14/arch/arm/mach-ep93xx/
Dsnappercl15.c100 .partitions = snappercl15_nand_parts,
Dts72xx.c134 .partitions = ts72xx_nand_parts,
/linux-4.4.14/fs/hfsplus/
DKconfig8 Macintosh-formatted hard drive partitions with full read-write access.
/linux-4.4.14/arch/mips/netlogic/xlr/
Dplatform-flash.c111 .partitions = xlr_nand_parts,
/linux-4.4.14/arch/arm/boot/dts/
Datlas7-evb.dts65 partitions@0 {
Dorion5x-lacie-ethernet-disk-mini-v2.dts89 * least three partitions: 'u-boot code', 'u-boot environment'
Dorion5x-maxtor-shared-storage-2.dts68 * least three partitions: 'u-boot code', 'u-boot environment'
Dorion5x-lacie-d2-network.dts108 * least three partitions: 'u-boot code', 'u-boot environment'
Darmada-385-linksys.dtsi191 * partitions would break the bootloader
Darmada-xp-linksys-mamba.dts274 * partitions would break the bootloader
Dam335x-evm.dts550 /* All SPL-* partitions are sized to minimal length
Dam43x-epos-evm.dts593 /* All SPL-* partitions are sized to minimal length
Ddra72-evm.dts523 /* All SPL-* partitions are sized to minimal length
Ddra7-evm.dts771 /* All SPL-* partitions are sized to minimal length
Dam437x-gp-evm.dts849 /* All SPL-* partitions are sized to minimal length
/linux-4.4.14/Documentation/arm/SA1100/
DADSBitsy33 - The flash on board is divided into 3 partitions.
DGraphicsMaster39 - The flash on board is divided into 3 partitions. mtd0 is where
DGraphicsClient83 - The flash on board is divided into 3 partitions. mtd0 is where
DAssabet189 Creating 5 MTD partitions on "SA1100 flash":
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-mtd16 physical/simulated flash devices, partitions on a flash
234 partitions and devices that aren't partitions.
/linux-4.4.14/drivers/staging/unisys/Documentation/
Doverview.txt9 partitions. s-Par provides a set of para-virtualized device drivers to
10 allow guest partitions on the same server to share devices that would
40 because this requires no specific support in the guest partitions, it will
169 * Virtual bus numbers uniquely identify s-Par back-end service partitions.
284 partitions is defined by the s-Par configuration and enforced by the
Dproc-entries.txt93 installation and at runtime for s-Par service partitions.
/linux-4.4.14/arch/arm/mach-s3c64xx/
Dmach-hmt.c196 .partitions = hmt_nand_part,
Dmach-real6410.c186 .partitions = real6410_nand_part,
Dmach-mini6410.c134 .partitions = mini6410_nand_part,
/linux-4.4.14/drivers/md/
DKconfig18 This driver lets you combine several hard disk partitions into one
23 the partitions is done by the kernel. "Hardware RAID" means that the
54 partitions by simply appending one to the other.
67 partitions into one logical device in such a fashion as to fill them
69 the throughput rate if the partitions reside on distinct disks.
/linux-4.4.14/arch/arm/mach-ixp4xx/
Dixdp425-setup.c102 .partitions = ixdp425_partitions,
/linux-4.4.14/arch/arm/mach-pxa/
Dpalmtx.c280 .partitions = palmtx_partition_info,
Dpoodle.c365 .partitions = sharpsl_nand_partitions,
Dballoon3.c686 .partitions = balloon3_partition_info,
Dcorgi.c637 .partitions = sharpsl_nand_partitions,
Dspitz.c778 .partitions = spitz_nand_partitions,
Dem-x270.c346 .partitions = em_x270_partition_info,
/linux-4.4.14/arch/mips/rb532/
Ddevices.c274 rb532_nand_data.chip.partitions = rb532_partition_info; in rb532_nand_setup()
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Dti-aemif.txt26 (N - total number of partitions). It's recommended to
33 ranges/partitions:
Darm,pl172.txt12 (N - total number of partitions). The second cell is the
Dmvebu-devbus.txt165 * We split the 16 MiB in two partitions,
/linux-4.4.14/arch/arm/mach-omap1/
Dboard-h2.c195 .partitions = h2_nand_partitions,
Dboard-h3.c198 .partitions = nand_partitions,
/linux-4.4.14/fs/f2fs/
DKconfig22 /sys/kernel/debug/f2fs/ contains information about all the partitions
/linux-4.4.14/Documentation/power/
Dswsusp-and-swap-files.txt5 partitions and there are only two differences between these two types of swap
Duserland-swsusp.txt79 partitions the offset is always 0, but it is different from zero for
Dswsusp.txt320 multiple swap partitions (aggregate them into one logical space)?
/linux-4.4.14/drivers/tty/hvc/
DKconfig107 from Linux partitions to be accessed through TTY device
/linux-4.4.14/arch/blackfin/mach-bf561/boards/
Dacvilon.c291 .partitions = bfin_plat_nand_partitions,
/linux-4.4.14/Documentation/arm/
DREADME102 You can access image files on your ADFS partitions by mounting the ADFS
106 Please note that the PCEmulator DOS partitions have a partition table at
/linux-4.4.14/Documentation/scsi/
Dqlogicfas.txt52 on a new drive if you want partitions.
Din2000.txt80 1.25 had a nasty bug that bit people with swap partitions
Dst.txt79 of the tape with one or two partitions. By default support for
411 partitions (the argument gives in megabytes the size of
413 tape). The drive has to support partitions with size specified
Dtmscsim.txt243 remove command if it contains partitions which are mounted. Only use it
244 after unmounting its partitions, telling the SCSI mid-level code to
/linux-4.4.14/arch/arm/plat-samsung/
Ddevs.c702 ptr = kmemdup(set->partitions, size, GFP_KERNEL); in s3c_nand_copy_set()
703 set->partitions = ptr; in s3c_nand_copy_set()
/linux-4.4.14/arch/mips/alchemy/devboards/
Ddb1550.c174 .partitions = db1550_nand_parts,
Ddb1300.c196 .partitions = db1300_nand_parts,
Ddb1200.c246 .partitions = db1200_nand_parts,
/linux-4.4.14/drivers/mtd/devices/
Dspear_smi.c879 if (flash_info->partitions) { in spear_smi_setup_banks()
880 parts = flash_info->partitions; in spear_smi_setup_banks()
/linux-4.4.14/drivers/mtd/ubi/
DKconfig51 MTD partitions of the same size, UBI will reserve 40 eraseblocks when
/linux-4.4.14/arch/sparc/include/asm/
Dvio.h180 } partitions[VIO_DISK_NUM_PART]; member
/linux-4.4.14/arch/arm/mach-orion5x/
Dts78xx-setup.c278 .partitions = ts78xx_ts_nand_parts,
/linux-4.4.14/arch/mips/include/asm/
Dsgiarcs.h326 struct sgi_partition partitions[SGIBBLOCK_MAXPART]; member
/linux-4.4.14/Documentation/powerpc/
Dhvcs.txt280 data between two partitions [see Q & A below] this is a huge problem
289 partitions may require the usage of the target vty at any time.
541 In order to get a tty conduit working between the two partitions the HMC
554 partitions.
Dpci_iov_resource_on_powernv.txt16 partitions (i.e., filtering of DMA, MSIs etc.) and to provide a mechanism
/linux-4.4.14/arch/sh/boards/mach-migor/
Dsetup.c191 .partitions = migor_nand_flash_partitions,
/linux-4.4.14/arch/blackfin/mach-bf527/boards/
Dad7160eval.c173 .partitions = partition_info,
Dezbrd.c161 .partitions = partition_info,
Dcm_bf527.c153 .partitions = partition_info,
Dezkit.c247 .partitions = partition_info,
/linux-4.4.14/arch/cris/boot/rescue/
Dhead_v10.S161 ;; partitions for errors.
/linux-4.4.14/Documentation/usb/
Dhotplug.txt16 partitions mounted, and so on. In some cases these will
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt77 LABEL: Metadata stored on a DIMM device that partitions and identifies
78 (persistently names) storage between PMEM and BLK. It also partitions
180 store/retrieve a LABEL. The LABEL effectively partitions the DPA-space
/linux-4.4.14/arch/blackfin/mach-bf548/boards/
Dcm_bf548.c733 .partitions = partition_info,
Dezkit.c958 .partitions = partition_info,
/linux-4.4.14/drivers/scsi/device_handler/
Dscsi_dh_rdac.c180 u8 partitions[239]; /* Total allocation length should be 0xFF */ member
/linux-4.4.14/drivers/block/
DKconfig170 as many as 15 partitions.
217 drive partitions, CD-ROM drives or floppy drives. The loop devices
/linux-4.4.14/arch/powerpc/platforms/
DKconfig314 minor numbers are available in /proc/devices, /proc/partitions or
/linux-4.4.14/Documentation/sysctl/
Dfs.txt192 on systems without separated partitions, this stops unauthorized users
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt95 These subsets, or "soft partitions" must be able to be dynamically
192 a large system into nested, dynamically changeable, "soft-partitions".
515 The scheduler remembers the currently active sched domain partitions.
Dcgroups.txt254 a large system into nested, dynamically changeable, "soft-partitions".
/linux-4.4.14/arch/blackfin/mach-bf609/boards/
Dezkit.c638 .partitions = partition_info,
/linux-4.4.14/arch/blackfin/mach-bf537/boards/
Dstamp.c429 .partitions = bfin_plat_nand_partitions,
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt93 floppy drive number (there are no partitions on floppy disks). I.e.,
/linux-4.4.14/
DMAINTAINERS3498 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4826 F: block/partitions/efi.*
6546 F: block/partitions/ldm.*
9134 F: block/partitions/ibm.c