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:i_super
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
super.c
2036
cbits = le32_to_cpu(di->id2.
i_super
.s_clustersize_bits);
in ocfs2_initialize_super()
2037
bbits = le32_to_cpu(di->id2.
i_super
.s_blocksize_bits);
in ocfs2_initialize_super()
2039
memcpy(&sb->s_uuid, di->id2.
i_super
.s_uuid,
in ocfs2_initialize_super()
2040
sizeof(di->id2.
i_super
.s_uuid));
in ocfs2_initialize_super()
2045
osb->osb_dx_seed[i] = le32_to_cpu(di->id2.
i_super
.s_dx_seed[i]);
in ocfs2_initialize_super()
2046
osb->osb_dx_seed[3] = le32_to_cpu(di->id2.
i_super
.s_uuid_hash);
in ocfs2_initialize_super()
2078
osb->max_slots = le16_to_cpu(di->id2.
i_super
.s_max_slots);
in ocfs2_initialize_super()
2102
di->id2.
i_super
.s_xattr_inline_size);
in ocfs2_initialize_super()
2227
le32_to_cpu(di->id2.
i_super
.s_clustersize_bits);
in ocfs2_initialize_super()
2250
if (ocfs2_setup_osb_uuid(osb, di->id2.
i_super
in ocfs2_initialize_super()
[all...]
H
A
D
ocfs2_fs.h
403
#define OCFS2_RAW_SB(dinode) (&((dinode)->id2.
i_super
))
726
struct ocfs2_super_block
i_super
;
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
super.c
2027
cbits = le32_to_cpu(di->id2.
i_super
.s_clustersize_bits);
in ocfs2_initialize_super()
2028
bbits = le32_to_cpu(di->id2.
i_super
.s_blocksize_bits);
in ocfs2_initialize_super()
2030
memcpy(&sb->s_uuid, di->id2.
i_super
.s_uuid,
in ocfs2_initialize_super()
2031
sizeof(di->id2.
i_super
.s_uuid));
in ocfs2_initialize_super()
2036
osb->osb_dx_seed[i] = le32_to_cpu(di->id2.
i_super
.s_dx_seed[i]);
in ocfs2_initialize_super()
2037
osb->osb_dx_seed[3] = le32_to_cpu(di->id2.
i_super
.s_uuid_hash);
in ocfs2_initialize_super()
2069
osb->max_slots = le16_to_cpu(di->id2.
i_super
.s_max_slots);
in ocfs2_initialize_super()
2093
di->id2.
i_super
.s_xattr_inline_size);
in ocfs2_initialize_super()
2196
le32_to_cpu(di->id2.
i_super
.s_clustersize_bits);
in ocfs2_initialize_super()
2219
if (ocfs2_setup_osb_uuid(osb, di->id2.
i_super
in ocfs2_initialize_super()
[all...]
H
A
D
ocfs2_fs.h
401
#define OCFS2_RAW_SB(dinode) (&((dinode)->id2.
i_super
))
724
struct ocfs2_super_block
i_super
;
member
Completed in 12 milliseconds