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:blkz
(Results
1 - 4
of
4
) sorted by relevance
/third_party/f2fs-tools/lib/
H
A
D
libf2fs_zoned.c
244
struct blk_zone *
blkz
;
in f2fs_report_zones()
local
278
blkz
= (struct blk_zone *)(rep + 1);
in f2fs_report_zones()
280
ret = report_zones_cb(n,
blkz
, opaque);
in f2fs_report_zones()
283
sector = blk_zone_sector(
blkz
) + blk_zone_length(
blkz
);
in f2fs_report_zones()
285
blkz
++;
in f2fs_report_zones()
297
struct blk_zone *
blkz
;
in f2fs_check_zones()
local
339
blkz
= (struct blk_zone *)(rep + 1);
in f2fs_check_zones()
342
if (blk_zone_cond(
blkz
) == BLK_ZONE_COND_READONLY ||
in f2fs_check_zones()
343
blk_zone_cond(
blkz
)
in f2fs_check_zones()
426
struct blk_zone *
blkz
= (struct blk_zone *)
blkz
one;
f2fs_reset_zone()
local
450
struct blk_zone *
blkz
;
f2fs_reset_zones()
local
[all...]
/third_party/f2fs-tools/fsck/
H
A
D
fsck.c
2445
struct blk_zone
blkz
;
in check_curseg_write_pointer()
local
2471
ret = f2fs_report_zone(i, cs_sector, &
blkz
);
in check_curseg_write_pointer()
2475
if (blk_zone_type(&
blkz
) != BLK_ZONE_TYPE_SEQWRITE_REQ)
in check_curseg_write_pointer()
2480
(blk_zone_wp_sector(&
blkz
) >> log_sectors_per_block);
in check_curseg_write_pointer()
2481
wp_sector = blk_zone_wp_sector(&
blkz
);
in check_curseg_write_pointer()
3007
struct blk_zone *
blkz
= (struct blk_zone *)blkzone;
in chk_and_fix_wp_with_sit()
local
3019
if (blk_zone_conv(
blkz
))
in chk_and_fix_wp_with_sit()
3023
+ (blk_zone_sector(
blkz
) >> log_sectors_per_block);
in chk_and_fix_wp_with_sit()
3029
+ (blk_zone_wp_sector(
blkz
) >> log_sectors_per_block);
in chk_and_fix_wp_with_sit()
3048
blk_zone_wp_sector(
blkz
) !
in chk_and_fix_wp_with_sit()
[all...]
H
A
D
mount.c
2804
struct blk_zone
blkz
;
in write_pointer_at_zone_start()
local
2824
ret = f2fs_report_zone(j, sector, &
blkz
);
in write_pointer_at_zone_start()
2828
if (blk_zone_type(&
blkz
) != BLK_ZONE_TYPE_SEQWRITE_REQ)
in write_pointer_at_zone_start()
2831
return blk_zone_sector(&
blkz
) == blk_zone_wp_sector(&
blkz
);
in write_pointer_at_zone_start()
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
1551
blk_zone_type_str(struct blk_zone *
blkz
)
in blk_zone_type_str()
argument
1553
switch (blk_zone_type(
blkz
)) {
in blk_zone_type_str()
1567
blk_zone_cond_str(struct blk_zone *
blkz
)
in blk_zone_cond_str()
argument
1569
switch (blk_zone_cond(
blkz
)) {
in blk_zone_cond_str()
Completed in 16 milliseconds