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_cluster
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/intel/uncore-frequency/
H
A
D
uncore-frequency-tpmi.c
67
struct tpmi_uncore_cluster_info
root_cluster
;
member
367
tpmi_uncore->
root_cluster
.root_domain = true;
in uncore_probe()
368
tpmi_uncore->
root_cluster
.uncore_root = tpmi_uncore;
in uncore_probe()
370
tpmi_uncore->
root_cluster
.uncore_data.package_id = pkg;
in uncore_probe()
371
tpmi_uncore->
root_cluster
.uncore_data.domain_id = UNCORE_DOMAIN_ID_INVALID;
in uncore_probe()
372
ret = uncore_freq_add_entry(&tpmi_uncore->
root_cluster
.uncore_data, 0);
in uncore_probe()
390
uncore_freq_remove_die_entry(&tpmi_uncore->
root_cluster
.uncore_data);
in uncore_remove()
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
exfat_raw.h
95
__le32
root_cluster
;
member
H
A
D
super.c
487
sbi->root_dir = le32_to_cpu(p_boot->
root_cluster
);
in exfat_read_boot_sector()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
msdos_fs.h
145
__le32
root_cluster
; /* first cluster in
member
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
exfat_raw.h
98
__le32
root_cluster
;
member
H
A
D
super.c
486
sbi->root_dir = le32_to_cpu(p_boot->
root_cluster
);
in exfat_read_boot_sector()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
msdos_fs.h
145
__le32
root_cluster
; /* first cluster in
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
msdos_fs.h
116
__le32
root_cluster
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
msdos_fs.h
116
__le32
root_cluster
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
msdos_fs.h
111
__le32
root_cluster
;
member
/kernel/linux/linux-5.10/fs/fat/
H
A
D
inode.c
506
MSDOS_I(dir)->i_start == MSDOS_SB(sb)->
root_cluster
) {
in fat_validate_dir()
1396
MSDOS_I(inode)->i_start = sbi->
root_cluster
;
in fat_read_root()
1475
bpb->fat32_root_cluster = le32_to_cpu(b->fat32.
root_cluster
);
in fat_read_bpb()
1704
sbi->
root_cluster
= 0;
in fat_fill_super()
1723
sbi->
root_cluster
= bpb.fat32_root_cluster;
in fat_fill_super()
H
A
D
fat.h
74
unsigned long
root_cluster
; /* first cluster of the root directory */
member
/kernel/linux/linux-6.6/fs/fat/
H
A
D
inode.c
503
MSDOS_I(dir)->i_start == MSDOS_SB(sb)->
root_cluster
) {
in fat_validate_dir()
1396
MSDOS_I(inode)->i_start = sbi->
root_cluster
;
in fat_read_root()
1474
bpb->fat32_root_cluster = le32_to_cpu(b->fat32.
root_cluster
);
in fat_read_bpb()
1700
sbi->
root_cluster
= 0;
in fat_fill_super()
1719
sbi->
root_cluster
= bpb.fat32_root_cluster;
in fat_fill_super()
H
A
D
fat.h
74
unsigned long
root_cluster
; /* first cluster of the root directory */
member
Completed in 18 milliseconds