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:__start_cp_addr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
segment.h
865
return
__start_cp_addr
(sbi) +
in start_sum_block()
871
return
__start_cp_addr
(sbi) +
in sum_blk_addr()
H
A
D
checkpoint.c
180
blkaddr <
__start_cp_addr
(sbi)))
in f2fs_is_valid_blkaddr()
718
start_blk =
__start_cp_addr
(sbi) + 1 + __cp_payload(sbi);
in f2fs_recover_orphan_inodes()
H
A
D
node.c
3030
nat_bits_addr =
__start_cp_addr
(sbi) + sbi->blocks_per_seg -
in __get_nat_bitmaps()
H
A
D
f2fs.h
2228
static inline block_t
__start_cp_addr
(struct f2fs_sb_info *sbi)
in __start_cp_addr()
function
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
segment.h
886
return
__start_cp_addr
(sbi) +
in start_sum_block()
892
return
__start_cp_addr
(sbi) +
in sum_blk_addr()
H
A
D
checkpoint.c
193
blkaddr <
__start_cp_addr
(sbi)))
in f2fs_is_valid_blkaddr()
737
start_blk =
__start_cp_addr
(sbi) + 1 + __cp_payload(sbi);
in f2fs_recover_orphan_inodes()
H
A
D
node.c
3169
nat_bits_addr =
__start_cp_addr
(sbi) + sbi->blocks_per_seg -
in __get_nat_bitmaps()
H
A
D
f2fs.h
2573
static inline block_t
__start_cp_addr
(struct f2fs_sb_info *sbi)
in __start_cp_addr()
function
Completed in 33 milliseconds