| /linux/fs/smb/client/ |
| H A D | cifsroot.c | 12 #include <linux/root_dev.h> 22 static char root_dev[2048] __initdata = ""; variable 47 ROOT_DEV = Root_CIFS; in cifs_root_setup() 58 if (len > sizeof(root_dev)) { in cifs_root_setup() 62 strscpy(root_dev, line, len); in cifs_root_setup() 85 if (!root_dev[0] || root_server_addr == htonl(INADDR_NONE)) { in cifs_root_data() 90 *dev = root_dev; in cifs_root_data()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | clip_tbl.c | 196 static int cxgb4_update_dev_clip(struct net_device *root_dev, in cxgb4_update_dev_clip() argument 203 idev = __in6_dev_get(root_dev); in cxgb4_update_dev_clip() 220 struct net_device *root_dev = NULL; in cxgb4_update_root_dev_clip() local 229 root_dev = netdev_master_upper_dev_get_rcu(dev); in cxgb4_update_root_dev_clip() 230 if (root_dev) { in cxgb4_update_root_dev_clip() 231 ret = cxgb4_update_dev_clip(root_dev, dev); in cxgb4_update_root_dev_clip() 237 root_dev = __vlan_find_dev_deep_rcu(dev, htons(ETH_P_8021Q), i); in cxgb4_update_root_dev_clip() 238 if (!root_dev) in cxgb4_update_root_dev_clip() 241 ret = cxgb4_update_dev_clip(root_dev, dev); in cxgb4_update_root_dev_clip()
|
| /linux/arch/sparc/kernel/ |
| H A D | setup_32.c | 31 #include <linux/root_dev.h> 172 extern unsigned short root_dev; 339 ROOT_DEV = old_decode_dev(root_dev); in setup_arch()
|
| H A D | head_64.S | 55 .global root_flags, ram_flags, root_dev 72 root_dev: label
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | setup.c | 43 #include <linux/root_dev.h> 300 ROOT_DEV = Root_RAM0; in pmac_setup_arch() 303 ROOT_DEV = DEFAULT_ROOT_DEVICE; in pmac_setup_arch() 337 ROOT_DEV != DEFAULT_ROOT_DEVICE) in note_bootable_part() 343 ROOT_DEV = dev + part; in note_bootable_part()
|
| /linux/arch/sh/kernel/ |
| H A D | setup.c | 14 #include <linux/root_dev.h> 157 ROOT_DEV = Root_RAM0; in check_for_initrd() 274 ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV); in setup_arch()
|
| /linux/include/linux/ |
| H A D | root_dev.h | 16 extern dev_t ROOT_DEV;
|
| /linux/arch/arm/kernel/ |
| H A D | atags_parse.c | 21 #include <linux/root_dev.h> 58 ROOT_DEV = old_decode_dev(tag->u.core.rootdev); in parse_tag_core()
|
| /linux/arch/powerpc/platforms/83xx/ |
| H A D | mpc834x_itx.c | 21 #include <linux/root_dev.h>
|
| H A D | km83xx.c | 21 #include <linux/root_dev.h>
|
| /linux/fs/nfs/ |
| H A D | nfsroot.c | 80 #include <linux/root_dev.h> 139 ROOT_DEV = Root_NFS; in nfs_root_setup()
|
| /linux/net/ipv4/ |
| H A D | ipconfig.c | 57 #include <linux/root_dev.h> 1458 (ROOT_DEV == Root_NFS || ROOT_DEV == Root_CIFS)) { in wait_for_devices() 1526 (ROOT_DEV == Root_NFS || ROOT_DEV == Root_CIFS)) || in ip_auto_config() 1548 if (ROOT_DEV == Root_NFS) { in ip_auto_config() 1554 if (ROOT_DEV == Root_CIFS) { in ip_auto_config()
|
| /linux/arch/powerpc/platforms/52xx/ |
| H A D | lite5200.c | 19 #include <linux/root_dev.h>
|
| /linux/arch/powerpc/kernel/ |
| H A D | setup-common.c | 25 #include <linux/root_dev.h> 366 /* If we were passed an initrd, set the ROOT_DEV properly if the values in check_for_initrd() 371 ROOT_DEV = Root_RAM0; in check_for_initrd()
|
| H A D | setup_64.c | 22 #include <linux/root_dev.h>
|
| /linux/arch/powerpc/platforms/embedded6xx/ |
| H A D | holly.c | 21 #include <linux/root_dev.h>
|
| /linux/arch/sparc/boot/ |
| H A D | piggyback.c | 223 * root_dev = 1 (RAMDISK_MAJOR) in main()
|
| /linux/arch/arm64/kernel/ |
| H A D | setup.c | 21 #include <linux/root_dev.h>
|
| /linux/drivers/mtd/maps/ |
| H A D | nettel.c | 24 #include <linux/root_dev.h>
|
| /linux/arch/x86/boot/ |
| H A D | header.S | 240 root_dev: .word 0 /* Default to major/minor 0/0 */ label
|
| /linux/arch/loongarch/kernel/ |
| H A D | setup.c | 24 #include <linux/root_dev.h>
|
| /linux/arch/alpha/kernel/ |
| H A D | setup.c | 36 #include <linux/root_dev.h> 634 ROOT_DEV = MKDEV(SCSI_DISK0_MAJOR, 2); in setup_arch()
|
| /linux/arch/powerpc/platforms/chrp/ |
| H A D | setup.c | 32 #include <linux/root_dev.h>
|
| /linux/arch/arc/kernel/ |
| H A D | setup.c | 9 #include <linux/root_dev.h>
|
| /linux/Documentation/arch/x86/ |
| H A D | boot.rst | 194 01FC/2 ALL root_dev Default root device number 322 Field name: root_dev
|