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_bits_bytes
(Results
1 - 2
of
2
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
mount.c
1599
uint32_t
nat_bits_bytes
, nat_bits_blocks;
in update_nat_bits_flags()
local
1601
nat_bits_bytes
= get_sb(segment_count_nat) << 5;
in update_nat_bits_flags()
1602
nat_bits_blocks = F2FS_BYTES_TO_BLK((
nat_bits_bytes
<< 1) + 8 +
in update_nat_bits_flags()
1620
uint32_t
nat_bits_bytes
= nat_blocks >> 3;
in write_nat_bits()
local
1621
uint32_t nat_bits_blocks = F2FS_BYTES_TO_BLK((
nat_bits_bytes
<< 1) +
in write_nat_bits()
1636
empty_nat_bits = full_nat_bits +
nat_bits_bytes
;
in write_nat_bits()
1638
memset(full_nat_bits, 0,
nat_bits_bytes
);
in write_nat_bits()
1639
memset(empty_nat_bits, 0,
nat_bits_bytes
);
in write_nat_bits()
1693
uint32_t
nat_bits_bytes
= nat_blocks >> 3;
in check_nat_bits()
local
1694
uint32_t nat_bits_blocks = F2FS_BYTES_TO_BLK((
nat_bits_bytes
<<
in check_nat_bits()
[all...]
/third_party/f2fs-tools/mkfs/
H
A
D
f2fs_format.c
696
uint32_t
nat_bits_bytes
, nat_bits_blocks;
in f2fs_write_check_point_pack()
local
727
nat_bits_bytes
= get_sb(segment_count_nat) << 5;
in f2fs_write_check_point_pack()
728
nat_bits_blocks = F2FS_BYTES_TO_BLK((
nat_bits_bytes
<< 1) + 8 +
in f2fs_write_check_point_pack()
1060
empty_nat_bits = nat_bits + 8 +
nat_bits_bytes
;
in f2fs_write_check_point_pack()
1061
memset(empty_nat_bits, 0xff,
nat_bits_bytes
);
in f2fs_write_check_point_pack()
Completed in 6 milliseconds