Home
last modified time | relevance | path

Searched refs:BLKRRPART (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dblock.c274 case BLKRRPART: /* No args */ in block_ioctl()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc364 unsigned IOCTL_BLKRRPART = BLKRRPART;
Dsanitizer_common_interceptors_ioctl.inc112 _(BLKRRPART, NONE, 0);
/external/kernel-headers/original/linux/
Dfs.h291 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ macro