Searched refs:f2fs_report_zone (Results 1 – 4 of 4) sorted by relevance
/third_party/f2fs-tools/lib/ |
D | libf2fs_zoned.c | 205 int f2fs_report_zone(int i, uint64_t sector, struct blk_zone *blkzone) in f2fs_report_zone() function 541 int f2fs_report_zone(int i, uint64_t UNUSED(sector), in f2fs_report_zone() function
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 1608 extern int f2fs_report_zone(int, uint64_t, struct blk_zone *);
|
/third_party/f2fs-tools/fsck/ |
D | fsck.c | 2471 ret = f2fs_report_zone(i, cs_sector, &blkz); in check_curseg_write_pointer()
|
D | mount.c | 2824 ret = f2fs_report_zone(j, sector, &blkz); in write_pointer_at_zone_start()
|