Home
last modified time | relevance | path

Searched full:root_dev (Results 1 – 25 of 25) sorted by relevance

/linux/fs/smb/client/
H A Dcifsroot.c12 #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 Dclip_tbl.c196 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 Dsetup_32.c31 #include <linux/root_dev.h>
172 extern unsigned short root_dev;
339 ROOT_DEV = old_decode_dev(root_dev); in setup_arch()
H A Dhead_64.S55 .global root_flags, ram_flags, root_dev
72 root_dev: label
/linux/arch/powerpc/platforms/powermac/
H A Dsetup.c43 #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 Dsetup.c14 #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 Droot_dev.h16 extern dev_t ROOT_DEV;
/linux/arch/arm/kernel/
H A Datags_parse.c21 #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 Dmpc834x_itx.c21 #include <linux/root_dev.h>
H A Dkm83xx.c21 #include <linux/root_dev.h>
/linux/fs/nfs/
H A Dnfsroot.c80 #include <linux/root_dev.h>
139 ROOT_DEV = Root_NFS; in nfs_root_setup()
/linux/net/ipv4/
H A Dipconfig.c57 #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 Dlite5200.c19 #include <linux/root_dev.h>
/linux/arch/powerpc/kernel/
H A Dsetup-common.c25 #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 Dsetup_64.c22 #include <linux/root_dev.h>
/linux/arch/powerpc/platforms/embedded6xx/
H A Dholly.c21 #include <linux/root_dev.h>
/linux/arch/sparc/boot/
H A Dpiggyback.c223 * root_dev = 1 (RAMDISK_MAJOR) in main()
/linux/arch/arm64/kernel/
H A Dsetup.c21 #include <linux/root_dev.h>
/linux/drivers/mtd/maps/
H A Dnettel.c24 #include <linux/root_dev.h>
/linux/arch/x86/boot/
H A Dheader.S240 root_dev: .word 0 /* Default to major/minor 0/0 */ label
/linux/arch/loongarch/kernel/
H A Dsetup.c24 #include <linux/root_dev.h>
/linux/arch/alpha/kernel/
H A Dsetup.c36 #include <linux/root_dev.h>
634 ROOT_DEV = MKDEV(SCSI_DISK0_MAJOR, 2); in setup_arch()
/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c32 #include <linux/root_dev.h>
/linux/arch/arc/kernel/
H A Dsetup.c9 #include <linux/root_dev.h>
/linux/Documentation/arch/x86/
H A Dboot.rst194 01FC/2 ALL root_dev Default root device number
322 Field name: root_dev