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:proc_fs_type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
mconsole_kern.c
695
struct file_system_type *
proc_fs_type
;
in mount_proc()
local
698
proc_fs_type
= get_fs_type("proc");
in mount_proc()
699
if (!
proc_fs_type
)
in mount_proc()
702
mnt = kern_mount(
proc_fs_type
);
in mount_proc()
703
put_filesystem(
proc_fs_type
);
in mount_proc()
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
mconsole_kern.c
696
struct file_system_type *
proc_fs_type
;
in mount_proc()
local
699
proc_fs_type
= get_fs_type("proc");
in mount_proc()
700
if (!
proc_fs_type
)
in mount_proc()
703
mnt = kern_mount(
proc_fs_type
);
in mount_proc()
704
put_filesystem(
proc_fs_type
);
in mount_proc()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
root.c
280
static struct file_system_type
proc_fs_type
= {
variable
308
register_filesystem(&
proc_fs_type
);
in proc_root_init()
H
A
D
proc_sysctl.c
1789
struct file_system_type *
proc_fs_type
;
in process_sysctl_arg()
local
1824
proc_fs_type
= get_fs_type("proc");
in process_sysctl_arg()
1825
if (!
proc_fs_type
) {
in process_sysctl_arg()
1829
*proc_mnt = kern_mount(
proc_fs_type
);
in process_sysctl_arg()
1830
put_filesystem(
proc_fs_type
);
in process_sysctl_arg()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
root.c
277
static struct file_system_type
proc_fs_type
= {
variable
310
register_filesystem(&
proc_fs_type
);
in proc_root_init()
H
A
D
proc_sysctl.c
1612
struct file_system_type *
proc_fs_type
;
in process_sysctl_arg()
local
1647
proc_fs_type
= get_fs_type("proc");
in process_sysctl_arg()
1648
if (!
proc_fs_type
) {
in process_sysctl_arg()
1652
*proc_mnt = kern_mount(
proc_fs_type
);
in process_sysctl_arg()
1653
put_filesystem(
proc_fs_type
);
in process_sysctl_arg()
Completed in 9 milliseconds