Home
last modified time | relevance | path

Searched defs:dump_option (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/f2fs-tools/fsck/
H A Dfsck.h267 struct dump_option { struct
268 nid_t nid;
269 nid_t start_nat;
270 nid_t end_nat;
271 int start_sit;
272 int end_sit;
273 int start_ssa;
274 int end_ssa;
275 int32_t blk_addr;
276 nid_t scan_nid;
[all …]
/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_inject_test.cpp342 TEST(cmd_inject, dump_option) { in TEST() argument