OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blkz
(Results
1 - 2
of
2
) sorted by null
/external/f2fs-tools/lib/
libf2fs_zoned.c
109
struct blk_zone *
blkz
;
local
144
blkz
= (struct blk_zone *)(rep + 1);
147
if (blk_zone_cond(
blkz
) == BLK_ZONE_COND_READONLY ||
148
blk_zone_cond(
blkz
) == BLK_ZONE_COND_OFFLINE)
150
if (blk_zone_conv(
blkz
) ||
151
blk_zone_seq_pref(
blkz
)) {
158
if (blk_zone_conv(
blkz
)) {
162
blk_zone_cond(
blkz
),
163
blk_zone_cond_str(
blkz
),
164
blk_zone_sector(
blkz
),
217
struct blk_zone *
blkz
;
local
[
all
...]
/external/f2fs-tools/include/
f2fs_fs.h
1006
blk_zone_type_str(struct blk_zone *
blkz
)
1008
switch (blk_zone_type(
blkz
)) {
1022
blk_zone_cond_str(struct blk_zone *
blkz
)
1024
switch (blk_zone_cond(
blkz
)) {
[
all
...]
Completed in 484 milliseconds