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:cp_ver
(Results
1 - 6
of
6
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
node.h
135
return le64_to_cpu(node_blk->footer.
cp_ver
);
in cpver_of_node()
142
__u64
cp_ver
= cur_cp_version(ckpt);
in is_recoverable_dnode()
local
146
return (
cp_ver
<< 32) == (cpver_of_node(node_blk) << 32);
in is_recoverable_dnode()
149
cp_ver
|= (cur_cp_crc(ckpt) << 32);
in is_recoverable_dnode()
151
return
cp_ver
== cpver_of_node(node_blk);
in is_recoverable_dnode()
H
A
D
node.c
52
__u64
cp_ver
= cur_cp_version(ckpt);
in f2fs_rebuild_qf_inode()
local
63
cp_ver
|= (cur_cp_crc(ckpt) << 32);
in f2fs_rebuild_qf_inode()
64
raw_node->footer.
cp_ver
= cpu_to_le64(
cp_ver
);
in f2fs_rebuild_qf_inode()
129
node_blk->footer.
cp_ver
= ckpt->checkpoint_ver;
in new_node_block()
H
A
D
resize.c
455
unsigned long long
cp_ver
= get_cp(checkpoint_ver);
in rebuild_checkpoint()
local
542
new_cp->checkpoint_ver = cpu_to_le64(
cp_ver
+ 1);
in rebuild_checkpoint()
H
A
D
dir.c
533
node_blk->footer.
cp_ver
= ckpt->checkpoint_ver;
in init_inode_block()
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
1112
__le64
cp_ver
__attribute__((packed)); /* checkpoint version */
member
1652
uint64_t
cp_ver
= get_cp(checkpoint_ver);
in get_cp_crc()
local
1657
cp_ver
|= ((uint64_t)crc << 32);
in get_cp_crc()
1658
return cpu_to_le64(
cp_ver
);
in get_cp_crc()
1695
raw_node->footer.
cp_ver
= cpu_to_le64(1);
in f2fs_init_qf_inode()
/third_party/f2fs-tools/mkfs/
H
A
D
f2fs_format.c
1226
raw_node->footer.
cp_ver
= cpu_to_le64(1);
in f2fs_write_root_inode()
1548
raw_node->footer.
cp_ver
= cpu_to_le64(1);
in f2fs_write_lpf_inode()
Completed in 9 milliseconds