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:s_sb_block
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
balloc.c
1184
if ((start_blk <= sbi->
s_sb_block
) &&
in ext2_data_block_valid()
1185
(start_blk + count - 1 >= sbi->
s_sb_block
))
in ext2_data_block_valid()
H
A
D
super.c
249
if (sbi->
s_sb_block
!= 1)
in ext2_show_options()
250
seq_printf(seq, ",sb=%lu", sbi->
s_sb_block
);
in ext2_show_options()
840
sbi->
s_sb_block
= sb_block;
in ext2_fill_super()
H
A
D
ext2.h
84
unsigned long
s_sb_block
;
member
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
balloc.c
1179
if ((start_blk <= sbi->
s_sb_block
) &&
in ext2_data_block_valid()
1180
(start_blk + count - 1 >= sbi->
s_sb_block
))
in ext2_data_block_valid()
H
A
D
super.c
246
if (sbi->
s_sb_block
!= 1)
in ext2_show_options()
247
seq_printf(seq, ",sb=%lu", sbi->
s_sb_block
);
in ext2_show_options()
834
sbi->
s_sb_block
= sb_block;
in ext2_fill_super()
H
A
D
ext2.h
86
unsigned long
s_sb_block
;
member
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
super.c
1994
ext4_fsblk_t
s_sb_block
;
member
2193
ctx->
s_sb_block
= result.uint_32;
in ext4_parse_param()
2967
if (sbi->
s_sb_block
!= 1)
in _ext4_show_options()
2968
SEQ_OPTS_PRINT("sb=%llu", sbi->
s_sb_block
);
in _ext4_show_options()
5042
logical_sb_block = sbi->
s_sb_block
* EXT4_MIN_BLOCK_SIZE;
in ext4_load_super()
5045
logical_sb_block = sbi->
s_sb_block
;
in ext4_load_super()
5107
logical_sb_block = sbi->
s_sb_block
* EXT4_MIN_BLOCK_SIZE;
in ext4_load_super()
5700
sbi->
s_sb_block
= 1; /* Default super block location */
in ext4_fill_super()
5702
sbi->
s_sb_block
= ctx->
s_sb_block
;
in ext4_fill_super()
[all...]
H
A
D
ext4.h
1503
ext4_fsblk_t
s_sb_block
;
member
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
2549
if (sbi->
s_sb_block
!= 1)
in _ext4_show_options()
2550
SEQ_OPTS_PRINT("sb=%llu", sbi->
s_sb_block
);
in _ext4_show_options()
4037
sbi->
s_sb_block
= sb_block;
in ext4_fill_super()
H
A
D
ext4.h
1454
ext4_fsblk_t
s_sb_block
;
member
Completed in 39 milliseconds