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:total_segments
(Results
1 - 7
of
7
) sorted by relevance
/third_party/f2fs-tools/tools/debug_tools/
H
A
D
fsck_debug.h
19
static inline unsigned int
total_segments
(struct f2fs_sb_info *sbi)
in total_segments()
function
H
A
D
fsck_debug.c
23
MSG(0, "total_count %u\n",
total_segments
(sbi));
in dump_sbi_info()
/third_party/f2fs-tools/mkfs/
H
A
D
f2fs_format.c
300
c.devices[i].
total_segments
=
in f2fs_prepare_super_block()
305
c.devices[i].end_blkaddr = c.devices[i].
total_segments
*
in f2fs_prepare_super_block()
309
c.devices[i].
total_segments
=
in f2fs_prepare_super_block()
315
c.devices[i].
total_segments
*
in f2fs_prepare_super_block()
320
sb->devs[i].
total_segments
=
in f2fs_prepare_super_block()
321
cpu_to_le32(c.devices[i].
total_segments
);
in f2fs_prepare_super_block()
324
c.
total_segments
+= c.devices[i].
total_segments
;
in f2fs_prepare_super_block()
326
set_sb(segment_count, (c.
total_segments
/ c.segs_per_zone *
in f2fs_prepare_super_block()
498
c.
total_segments
< F2FS_MIN_SEGMENT
in f2fs_prepare_super_block()
[all...]
/third_party/ffmpeg/libavformat/
H
A
D
oggenc.c
205
int
total_segments
= size / 255 + 1;
in ogg_buffer_data()
local
229
for (i = 0; i <
total_segments
; ) {
in ogg_buffer_data()
232
segments = FFMIN(
total_segments
- i, 255 - page->segments_count);
in ogg_buffer_data()
248
if (i ==
total_segments
)
in ogg_buffer_data()
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
400
uint32_t
total_segments
;
member
476
uint32_t
total_segments
;
member
758
__le32
total_segments
;
member
/third_party/f2fs-tools/lib/
H
A
D
libf2fs_zoned.c
519
usable_segs += c.devices[i].
total_segments
;
in f2fs_get_usable_segments()
/third_party/f2fs-tools/fsck/
H
A
D
mount.c
946
unsigned int dev_segs = le32_to_cpu(sb->devs[0].
total_segments
);
in sanity_check_raw_super()
950
dev_segs += le32_to_cpu(sb->devs[i].
total_segments
);
in sanity_check_raw_super()
1127
c.devices[i].
total_segments
=
in init_sb_info()
1128
le32_to_cpu(sb->devs[i].
total_segments
);
in init_sb_info()
1133
c.devices[i].
total_segments
*
in init_sb_info()
Completed in 14 milliseconds