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:ckpt
(Results
1 - 6
of
6
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
f2fs.h
254
struct f2fs_checkpoint *
ckpt
;
member
302
return (struct f2fs_checkpoint *)(sbi->
ckpt
);
in F2FS_CKPT()
357
struct f2fs_checkpoint *
ckpt
= F2FS_CKPT(sbi);
in __bitmap_size()
local
361
return le32_to_cpu(
ckpt
->nat_ver_bitmap_bytesize);
in __bitmap_size()
363
return le32_to_cpu(
ckpt
->sit_ver_bitmap_bytesize);
in __bitmap_size()
375
struct f2fs_checkpoint *
ckpt
= F2FS_CKPT(sbi);
in __bitmap_ptr()
local
378
if (is_set_ckpt_flags(
ckpt
, CP_LARGE_NAT_BITMAP_FLAG)) {
in __bitmap_ptr()
382
le32_to_cpu(
ckpt
->nat_ver_bitmap_bytesize) : 0;
in __bitmap_ptr()
384
if (le32_to_cpu(
ckpt
->checksum_offset) ==
in __bitmap_ptr()
388
return &
ckpt
in __bitmap_ptr()
[all...]
H
A
D
node.h
141
struct f2fs_checkpoint *
ckpt
= F2FS_CKPT(sbi);
in is_recoverable_dnode()
local
142
__u64 cp_ver = cur_cp_version(
ckpt
);
in is_recoverable_dnode()
145
if (is_set_ckpt_flags(
ckpt
, CP_NOCRC_RECOVERY_FLAG))
in is_recoverable_dnode()
148
if (is_set_ckpt_flags(
ckpt
, CP_CRC_RECOVERY_FLAG))
in is_recoverable_dnode()
149
cp_ver |= (cur_cp_crc(
ckpt
) << 32);
in is_recoverable_dnode()
H
A
D
node.c
47
struct f2fs_checkpoint *
ckpt
= F2FS_CKPT(sbi);
in f2fs_rebuild_qf_inode()
local
52
__u64 cp_ver = cur_cp_version(
ckpt
);
in f2fs_rebuild_qf_inode()
62
if (is_set_ckpt_flags(
ckpt
, CP_CRC_RECOVERY_FLAG))
in f2fs_rebuild_qf_inode()
63
cp_ver |= (cur_cp_crc(
ckpt
) << 32);
in f2fs_rebuild_qf_inode()
114
struct f2fs_checkpoint *
ckpt
= F2FS_CKPT(sbi);
in new_node_block()
local
129
node_blk->footer.cp_ver =
ckpt
->checkpoint_ver;
in new_node_block()
H
A
D
main.c
847
struct f2fs_checkpoint *
ckpt
= F2FS_CKPT(sbi);
in do_fsck()
local
848
u32 flag = le32_to_cpu(
ckpt
->ckpt_flags);
in do_fsck()
927
struct f2fs_checkpoint *
ckpt
= F2FS_CKPT(sbi);
in do_dump()
local
928
u32 flag = le32_to_cpu(
ckpt
->ckpt_flags);
in do_dump()
1258
if (sbi->
ckpt
)
in main()
1259
free(sbi->
ckpt
);
in main()
H
A
D
mount.c
1255
sbi->
ckpt
= malloc(cp_blks * blk_size);
in get_valid_checkpoint()
1256
if (!sbi->
ckpt
)
in get_valid_checkpoint()
1292
memcpy(sbi->
ckpt
, cur_page, blk_size);
in get_valid_checkpoint()
1304
unsigned char *
ckpt
= (unsigned char *)sbi->
ckpt
;
in get_valid_checkpoint()
local
1307
memcpy(
ckpt
+ i * blk_size, cur_page, blk_size);
in get_valid_checkpoint()
1317
free(sbi->
ckpt
);
in get_valid_checkpoint()
1318
sbi->
ckpt
= NULL;
in get_valid_checkpoint()
2575
if (le32_to_cpu(sbi->
ckpt
->cur_node_segno[0]) == segno ||
in build_sit_area_bitmap()
2576
le32_to_cpu(sbi->
ckpt
in build_sit_area_bitmap()
[all...]
H
A
D
dir.c
465
struct f2fs_checkpoint *
ckpt
= F2FS_CKPT(sbi);
in init_inode_block()
local
533
node_blk->footer.cp_ver =
ckpt
->checkpoint_ver;
in init_inode_block()
Completed in 9 milliseconds