Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dblock_amd64.const16 BLKREPORTZONE = 3222278786
Dblock_ppc64le.const16 BLKREPORTZONE = 3222278786
Dblock_arm64.const16 BLKREPORTZONE = 3222278786
Dblock_arm.const16 BLKREPORTZONE = 3222278786
Dblock_386.const16 BLKREPORTZONE = 3222278786
Dblock.txt27 ioctl$BLKREPORTZONE(fd fd_block, cmd const[BLKREPORTZONE], arg ptr[in, blk_zone_report])
/external/f2fs-tools/lib/
Dlibf2fs_zoned.c136 ret = ioctl(dev->fd, BLKREPORTZONE, rep); in f2fs_check_zones()
242 ret = ioctl(dev->fd, BLKREPORTZONE, rep); in f2fs_reset_zones()
/external/kernel-headers/original/uapi/linux/
Dblkzoned.h143 #define BLKREPORTZONE _IOWR(0x12, 130, struct blk_zone_report) macro