Searched refs:BLKREPORTZONE (Results 1 – 8 of 8) sorted by relevance
16 BLKREPORTZONE = 3222278786
27 ioctl$BLKREPORTZONE(fd fd_block, cmd const[BLKREPORTZONE], arg ptr[in, blk_zone_report])
136 ret = ioctl(dev->fd, BLKREPORTZONE, rep); in f2fs_check_zones()242 ret = ioctl(dev->fd, BLKREPORTZONE, rep); in f2fs_reset_zones()
143 #define BLKREPORTZONE _IOWR(0x12, 130, struct blk_zone_report) macro