/linux-4.1.27/init/ |
H A D | do_mounts_md.c | 35 int partitioned; member in struct:__anon13948 65 int minor, level, factor, fault, partitioned = 0; md_setup() local 71 partitioned = 1; md_setup() 81 md_setup_args[ent].partitioned == partitioned) { md_setup() 83 "Replacing previous definition.\n", partitioned?"d":"", minor); md_setup() 87 printk(KERN_WARNING "md: md=%s%d - too many md initialisations\n", partitioned?"d":"", minor); md_setup() 120 md_setup_args[ent].partitioned = partitioned; md_setup() 128 int minor, i, ent, partitioned; md_setup_drive() local 140 partitioned = md_setup_args[ent].partitioned; md_setup_drive() 143 sprintf(name, "/dev/md%s%d", partitioned?"_d":"", minor); md_setup_drive() 144 if (partitioned) md_setup_drive() 180 partitioned ? "_d" : "", minor, md_setup_drive() 242 * boot a kernel with devfs compiled in from partitioned md md_setup_drive()
|
H A D | do_mounts.c | 192 * used when disk name of partitioned disk ends on a digit. 264 * after revalidating the disk, like partitioned md devices name_to_dev_t()
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
H A D | arch.h | 42 * MAX_REGIONS refers to the maximum number of hardware partitioned regions.
|
/linux-4.1.27/include/linux/ceph/ |
H A D | ceph_frag.h | 7 * (subset of the number space) can be partitioned into 2^n sub-frags.
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | visemul.c | 36 /* 000110011 - 8-by-16-bit upper alpha partitioned product */ 39 /* 000110101 - 8-by-16-bit lower alpha partitioned product */ 42 /* 000110110 - upper 8-by-16-bit partitioned product */ 45 /* 000110111 - lower 8-by-16-bit partitioned product */ 48 /* 000111000 - upper 8-by-16-bit partitioned product */ 51 /* 000111001 - lower unsigned 8-by-16-bit partitioned product */
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
H A D | vr1000.h | 65 * 0x10000000 of space, partitioned as so:
|
H A D | bast.h | 133 * 0x10000000 of space, partitioned as so:
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_vgpu.c | 153 * host point of view, the graphic address space is partitioned by multiple
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_dinode.h | 75 * Historically, the inode was partitioned into 4 128-byte areas,
|
/linux-4.1.27/drivers/s390/block/ |
H A D | xpram.c | 20 * the expanded memory can be partitioned among several devices
|
/linux-4.1.27/drivers/tty/hvc/ |
H A D | hvcs.c | 25 * partitioned operating systems, e.g. Linux, running on the same partitioned 32 * to act as a partitioned OS's console device.
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-ds1305.c | 247 * - First there's the inherent raciness of getting the (partitioned)
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
H A D | tioca.h | 520 * The non-64 bit bus address space will currently be partitioned like this:
|
/linux-4.1.27/include/linux/ |
H A D | genhd.h | 172 * disks that can't be partitioned. */
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 235 * such as 4GB. This is common on a partitioned E10000, for example.
|
/linux-4.1.27/kernel/rcu/ |
H A D | tree.h | 279 * If nxtlist is not NULL, it is partitioned as follows.
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | falcon.c | 231 /* SFC4000 flash is partitioned into: 236 * SFC4000 large EEPROM (size >= 0x400) is partitioned into:
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
H A D | ioc3-eth.c | 1119 * addresses on a partitioned machine. Since we currently use the ioc3
|
/linux-4.1.27/drivers/md/ |
H A D | md.c | 4864 int partitioned; md_alloc() local 4872 partitioned = (MAJOR(mddev->unit) != MD_MAJOR); md_alloc() 4873 shift = partitioned ? MdpMinorShift : 0; md_alloc() 4920 else if (partitioned) md_alloc()
|
/linux-4.1.27/fs/ |
H A D | block_dev.c | 736 return true; /* is a partition of a device that is being partitioned */ bd_may_claim()
|
/linux-4.1.27/drivers/scsi/ |
H A D | eata.c | 463 * When a boot disk is partitioned with extended translation, in order to
|
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 1945 * The transmit control block pool is then partitioned as follows:
|