Home
last modified time | relevance | path

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

/third_party/f2fs-tools/lib/
Dlibf2fs_zoned.c207 int f2fs_report_zone(int i, uint64_t sector, void *blkzone) in f2fs_report_zone() function
537 int f2fs_report_zone(int i, uint64_t UNUSED(sector), void *UNUSED(blkzone)) in f2fs_report_zone() function
/third_party/f2fs-tools/include/
Df2fs_fs.h1559 extern int f2fs_report_zone(int, uint64_t, void *);
/third_party/f2fs-tools/fsck/
Dfsck.c2463 ret = f2fs_report_zone(i, cs_sector, &blkz); in check_curseg_write_pointer()
Dmount.c2767 ret = f2fs_report_zone(j, sector, &blkz); in write_pointer_at_zone_start()