Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ROOT_DEV
(Results
1 - 25
of
39
) sorted by relevance
1
2
/kernel/linux/linux-6.6/init/
H
A
D
do_mounts.c
35
dev_t
ROOT_DEV
;
variable
172
ROOT_DEV
= s->s_dev;
in do_mount_root()
177
MAJOR(
ROOT_DEV
), MINOR(
ROOT_DEV
));
in do_mount_root()
194
MAJOR(
ROOT_DEV
), MINOR(
ROOT_DEV
));
in mount_root_generic()
374
int err = create_dev("/dev/root",
ROOT_DEV
);
in mount_block_root()
388
switch (
ROOT_DEV
) {
in mount_root()
415
if (
ROOT_DEV
!= 0)
in wait_for_root()
423
early_lookup_bdev(root_device_name, &
ROOT_DEV
) <
in wait_for_root()
[all...]
H
A
D
do_mounts_initrd.c
95
real_root_dev = new_encode_dev(
ROOT_DEV
);
in handle_initrd()
120
ROOT_DEV
= new_decode_dev(real_root_dev);
in handle_initrd()
147
if (rd_load_image("/initrd.image") &&
ROOT_DEV
!= Root_RAM0) {
in initrd_load()
H
A
D
do_mounts_rd.c
281
create_dev("/dev/root",
ROOT_DEV
);
in rd_load_disk()
/kernel/linux/linux-5.10/init/
H
A
D
do_mounts.c
36
dev_t
ROOT_DEV
;
variable
413
ROOT_DEV
= s->s_dev;
in do_mount_root()
418
MAJOR(
ROOT_DEV
), MINOR(
ROOT_DEV
));
in do_mount_root()
434
MAJOR(
ROOT_DEV
), MINOR(
ROOT_DEV
));
in mount_block_root()
557
if (
ROOT_DEV
== Root_NFS) {
in mount_root()
564
if (
ROOT_DEV
== Root_CIFS) {
in mount_root()
572
int err = create_dev("/dev/root",
ROOT_DEV
);
in mount_root()
610
ROOT_DEV
in prepare_namespace()
[all...]
H
A
D
do_mounts_initrd.c
75
real_root_dev = new_encode_dev(
ROOT_DEV
);
in handle_initrd()
107
ROOT_DEV
= new_decode_dev(real_root_dev);
in handle_initrd()
134
if (rd_load_image("/initrd.image") &&
ROOT_DEV
!= Root_RAM0) {
in initrd_load()
H
A
D
do_mounts_rd.c
281
create_dev("/dev/root",
ROOT_DEV
);
in rd_load_disk()
/kernel/linux/linux-6.6/include/linux/
H
A
D
root_dev.h
16
extern dev_t
ROOT_DEV
;
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H
A
D
setup.c
319
ROOT_DEV
= Root_RAM0;
in pmac_setup_arch()
322
ROOT_DEV
= DEFAULT_ROOT_DEVICE;
in pmac_setup_arch()
363
ROOT_DEV
!= DEFAULT_ROOT_DEVICE)
in note_bootable_part()
369
ROOT_DEV
= dev + part;
in note_bootable_part()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H
A
D
setup.c
302
ROOT_DEV
= Root_RAM0;
in pmac_setup_arch()
305
ROOT_DEV
= DEFAULT_ROOT_DEVICE;
in pmac_setup_arch()
339
ROOT_DEV
!= DEFAULT_ROOT_DEVICE)
in note_bootable_part()
345
ROOT_DEV
= dev + part;
in note_bootable_part()
/kernel/linux/linux-5.10/include/linux/
H
A
D
root_dev.h
23
extern dev_t
ROOT_DEV
;
/kernel/linux/linux-5.10/arch/m68k/kernel/
H
A
D
uboot.c
84
ROOT_DEV
= Root_RAM0;
in parse_uboot_commandline()
/kernel/linux/linux-6.6/arch/m68k/kernel/
H
A
D
uboot.c
84
ROOT_DEV
= Root_RAM0;
in parse_uboot_commandline()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsroot.c
47
ROOT_DEV
= Root_CIFS;
in cifs_root_setup()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsroot.c
47
ROOT_DEV
= Root_CIFS;
in cifs_root_setup()
/kernel/linux/linux-5.10/arch/sh/kernel/
H
A
D
setup.c
162
ROOT_DEV
= Root_RAM0;
in check_for_initrd()
279
ROOT_DEV
= old_decode_dev(ORIG_ROOT_DEV);
in setup_arch()
/kernel/linux/linux-6.6/arch/sh/kernel/
H
A
D
setup.c
162
ROOT_DEV
= Root_RAM0;
in check_for_initrd()
279
ROOT_DEV
= old_decode_dev(ORIG_ROOT_DEV);
in setup_arch()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ipconfig.c
1463
(
ROOT_DEV
== Root_NFS ||
ROOT_DEV
== Root_CIFS)) {
in wait_for_devices()
1531
(
ROOT_DEV
== Root_NFS ||
ROOT_DEV
== Root_CIFS)) ||
in ip_auto_config()
1553
if (
ROOT_DEV
== Root_NFS) {
in ip_auto_config()
1559
if (
ROOT_DEV
== Root_CIFS) {
in ip_auto_config()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfsroot.c
139
ROOT_DEV
= Root_NFS;
in nfs_root_setup()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfsroot.c
139
ROOT_DEV
= Root_NFS;
in nfs_root_setup()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
atags_parse.c
58
ROOT_DEV
= old_decode_dev(tag->u.core.rootdev);
in parse_tag_core()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
atags_parse.c
58
ROOT_DEV
= old_decode_dev(tag->u.core.rootdev);
in parse_tag_core()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ipconfig.c
1495
(
ROOT_DEV
== Root_NFS ||
ROOT_DEV
== Root_CIFS)) ||
in ip_auto_config()
1517
if (
ROOT_DEV
== Root_NFS) {
in ip_auto_config()
1523
if (
ROOT_DEV
== Root_CIFS) {
in ip_auto_config()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
setup_32.c
353
ROOT_DEV
= old_decode_dev(root_dev);
in setup_arch()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
setup_32.c
352
ROOT_DEV
= old_decode_dev(root_dev);
in setup_arch()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
setup.c
176
ROOT_DEV
= Root_RAM0;
in init_initrd()
Completed in 19 milliseconds
1
2