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:nat_blocks
(Results
1 - 3
of
3
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
resize.c
283
unsigned int
nat_blocks
;
in shrink_nats()
local
295
nat_blocks
= get_newsb(segment_count_nat) >> 1;
in shrink_nats()
296
nat_blocks
=
nat_blocks
<< get_sb(log_blocks_per_seg);
in shrink_nats()
297
new_max_nid = NAT_ENTRY_PER_BLOCK *
nat_blocks
;
in shrink_nats()
332
unsigned int
nat_blocks
;
in migrate_nat()
local
368
nat_blocks
= get_newsb(segment_count_nat) >> 1;
in migrate_nat()
369
nat_blocks
=
nat_blocks
<< get_sb(log_blocks_per_seg);
in migrate_nat()
370
new_max_nid = NAT_ENTRY_PER_BLOCK *
nat_blocks
;
in migrate_nat()
[all...]
H
A
D
mount.c
1618
uint32_t
nat_blocks
= get_sb(segment_count_nat) <<
in write_nat_bits()
local
1620
uint32_t nat_bits_bytes =
nat_blocks
>> 3;
in write_nat_bits()
1641
for (i = 0; i <
nat_blocks
; i++) {
in write_nat_bits()
1650
* Should consider new
nat_blocks
is larger than old
in write_nat_bits()
1651
* nm_i->
nat_blocks
, since nm_i->nat_bitmap is based on
in write_nat_bits()
1654
if (i < nm_i->
nat_blocks
&& f2fs_test_bit(i, nm_i->nat_bitmap))
in write_nat_bits()
1691
uint32_t
nat_blocks
= get_sb(segment_count_nat) <<
in check_nat_bits()
local
1693
uint32_t nat_bits_bytes =
nat_blocks
>> 3;
in check_nat_bits()
1728
for (i = 0; i <
nat_blocks
; i++) {
in check_nat_bits()
1778
nm_i->
nat_blocks
in init_node_manager()
[all...]
H
A
D
f2fs.h
129
block_t
nat_blocks
;
member
Completed in 6 milliseconds