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:omfs_sb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/omfs/
H
A
D
inode.c
458
struct omfs_super_block *
omfs_sb
;
in omfs_fill_super()
local
489
omfs_sb
= (struct omfs_super_block *)bh->b_data;
in omfs_fill_super()
491
if (
omfs_sb
->s_magic != cpu_to_be32(OMFS_MAGIC)) {
in omfs_fill_super()
494
omfs_sb
->s_magic);
in omfs_fill_super()
499
sbi->s_num_blocks = be64_to_cpu(
omfs_sb
->s_num_blocks);
in omfs_fill_super()
500
sbi->s_blocksize = be32_to_cpu(
omfs_sb
->s_blocksize);
in omfs_fill_super()
501
sbi->s_mirrors = be32_to_cpu(
omfs_sb
->s_mirrors);
in omfs_fill_super()
502
sbi->s_root_ino = be64_to_cpu(
omfs_sb
->s_root_block);
in omfs_fill_super()
503
sbi->s_sys_blocksize = be32_to_cpu(
omfs_sb
->s_sys_blocksize);
in omfs_fill_super()
538
bh2 = omfs_bread(sb, be64_to_cpu(
omfs_sb
in omfs_fill_super()
[all...]
/kernel/linux/linux-6.6/fs/omfs/
H
A
D
inode.c
457
struct omfs_super_block *
omfs_sb
;
in omfs_fill_super()
local
488
omfs_sb
= (struct omfs_super_block *)bh->b_data;
in omfs_fill_super()
490
if (
omfs_sb
->s_magic != cpu_to_be32(OMFS_MAGIC)) {
in omfs_fill_super()
493
omfs_sb
->s_magic);
in omfs_fill_super()
498
sbi->s_num_blocks = be64_to_cpu(
omfs_sb
->s_num_blocks);
in omfs_fill_super()
499
sbi->s_blocksize = be32_to_cpu(
omfs_sb
->s_blocksize);
in omfs_fill_super()
500
sbi->s_mirrors = be32_to_cpu(
omfs_sb
->s_mirrors);
in omfs_fill_super()
501
sbi->s_root_ino = be64_to_cpu(
omfs_sb
->s_root_block);
in omfs_fill_super()
502
sbi->s_sys_blocksize = be32_to_cpu(
omfs_sb
->s_sys_blocksize);
in omfs_fill_super()
537
bh2 = omfs_bread(sb, be64_to_cpu(
omfs_sb
in omfs_fill_super()
[all...]
Completed in 3 milliseconds