Home
last modified time | relevance | path

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

/external/f2fs-tools/lib/
Dlibf2fs_zoned.c209 ret = ioctl(c.devices[i].fd, BLKREPORTZONE, rep); in f2fs_report_zone()
248 ret = ioctl(dev->fd, BLKREPORTZONE, rep); in f2fs_report_zones()
313 ret = ioctl(dev->fd, BLKREPORTZONE, rep); in f2fs_check_zones()
457 ret = ioctl(dev->fd, BLKREPORTZONE, rep); in f2fs_reset_zones()
/external/kernel-headers/original/uapi/linux/
Dblkzoned.h165 #define BLKREPORTZONE _IOWR(0x12, 130, struct blk_zone_report) macro