Searched refs:BLKRRPART (Results 1 – 9 of 9) sorted by relevance
/external/toybox/toys/other/ |
D | partprobe.c | 24 if (ioctl(fd, BLKRRPART, 0)) perror_msg("ioctl failed"); in do_partprobe()
|
D | blockdev.c | 41 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
|
D | eject.c | 53 ioctl(fd, BLKRRPART); in remove_scsi()
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 118 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ macro
|
/external/strace/ |
D | block.c | 275 case BLKRRPART: in block_ioctl()
|
/external/gptfdisk/ |
D | diskio-unix.cc | 253 i = ioctl(fd, BLKRRPART); in DiskSync()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 559 unsigned IOCTL_BLKRRPART = BLKRRPART;
|
D | sanitizer_common_interceptors_ioctl.inc | 116 _(BLKRRPART, NONE, 0);
|
/external/toybox/toys/pending/ |
D | fdisk.c | 681 if(ioctl(dev_fd, BLKRRPART, NULL) < 0) in write_table()
|