Searched defs:f2fstat_table (Results 1 - 1 of 1) sorted by relevance

/external/f2fs-tools/tools/
H A Df2fstat.c90 static struct mm_table f2fstat_table[] = { local
111 f2fstat_table_cnt = sizeof(f2fstat_table)/sizeof(struct mm_table);
150 found = bsearch(&key, f2fstat_table, f2fstat_table_cnt, sizeof(struct mm_table), compare_mm_table);

Completed in 80 milliseconds