Home
last modified time | relevance | path

Searched refs:compare_mm_table (Results 1 – 1 of 1) sorted by relevance

/external/f2fs-tools/tools/
Df2fstat.c63 static int compare_mm_table(const void *a, const void *b) in compare_mm_table() function
150 …found = bsearch(&key, f2fstat_table, f2fstat_table_cnt, sizeof(struct mm_table), compare_mm_table); in f2fstat()