Searched refs:BLKREPORTZONE (Results 1 – 2 of 2) sorted by relevance
/external/f2fs-tools/lib/ |
D | libf2fs_zoned.c | 209 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/ |
D | blkzoned.h | 165 #define BLKREPORTZONE _IOWR(0x12, 130, struct blk_zone_report) macro
|