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:main_segments
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
segment.h
74
#define MAIN_SEGS(sbi) (SM_I(sbi)->
main_segments
)
H
A
D
f2fs.h
987
unsigned int
main_segments
; /* # of segments in main area */
member
3127
return (block_t)(SM_I(sbi)->
main_segments
* sbi->blocks_per_seg *
in fs_free_space_threshold()
3133
return (block_t)(SM_I(sbi)->
main_segments
* sbi->blocks_per_seg *
in device_free_space_threshold()
H
A
D
segment.c
5249
sm_info->
main_segments
= le32_to_cpu(raw_super->segment_count_main);
in f2fs_build_segment_manager()
5251
sm_info->rec_prefree_segments = sm_info->
main_segments
*
in f2fs_build_segment_manager()
H
A
D
super.c
3547
if (sm_i->
main_segments
<= SMALL_VOLUME_SEGMENTS) {
in f2fs_tuning_parameters()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
segment.h
74
#define MAIN_SEGS(sbi) (SM_I(sbi)->
main_segments
)
H
A
D
segment.c
5242
sm_info->
main_segments
= le32_to_cpu(raw_super->segment_count_main);
in f2fs_build_segment_manager()
5244
sm_info->rec_prefree_segments = sm_info->
main_segments
*
in f2fs_build_segment_manager()
H
A
D
f2fs.h
1048
unsigned int
main_segments
; /* # of segments in main area */
member
Completed in 40 milliseconds