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_rb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/omfs/
H
A
D
inode.c
459
struct omfs_root_block *
omfs_rb
;
in omfs_fill_super()
local
542
omfs_rb
= (struct omfs_root_block *)bh2->b_data;
in omfs_fill_super()
544
sbi->s_bitmap_ino = be64_to_cpu(
omfs_rb
->r_bitmap);
in omfs_fill_super()
545
sbi->s_clustersize = be32_to_cpu(
omfs_rb
->r_clustersize);
in omfs_fill_super()
547
if (sbi->s_num_blocks != be64_to_cpu(
omfs_rb
->r_num_blocks)) {
in omfs_fill_super()
551
(unsigned long long)be64_to_cpu(
omfs_rb
->r_num_blocks));
in omfs_fill_super()
576
root = omfs_iget(sb, be64_to_cpu(
omfs_rb
->r_root_dir));
in omfs_fill_super()
587
printk(KERN_DEBUG "omfs: Mounted volume %s\n",
omfs_rb
->r_name);
in omfs_fill_super()
/kernel/linux/linux-6.6/fs/omfs/
H
A
D
inode.c
458
struct omfs_root_block *
omfs_rb
;
in omfs_fill_super()
local
541
omfs_rb
= (struct omfs_root_block *)bh2->b_data;
in omfs_fill_super()
543
sbi->s_bitmap_ino = be64_to_cpu(
omfs_rb
->r_bitmap);
in omfs_fill_super()
544
sbi->s_clustersize = be32_to_cpu(
omfs_rb
->r_clustersize);
in omfs_fill_super()
546
if (sbi->s_num_blocks != be64_to_cpu(
omfs_rb
->r_num_blocks)) {
in omfs_fill_super()
550
(unsigned long long)be64_to_cpu(
omfs_rb
->r_num_blocks));
in omfs_fill_super()
575
root = omfs_iget(sb, be64_to_cpu(
omfs_rb
->r_root_dir));
in omfs_fill_super()
586
printk(KERN_DEBUG "omfs: Mounted volume %s\n",
omfs_rb
->r_name);
in omfs_fill_super()
Completed in 3 milliseconds