Searched refs:BLKROSET (Results 1 – 8 of 8) sorted by relevance
/third_party/toybox/toys/other/ |
D | blockdev.c | 43 BLKBSZSET, BLKBSZGET, BLKSSZGET, BLKROGET, BLKROSET, BLKROSET};
|
D | nbd_client.c | 74 xioctl(nbd, BLKROSET, &temp); in nbd_client_main()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl04.c | 31 SAFE_IOCTL(fd, BLKROSET, &ro); in verify_ioctl() 68 SAFE_IOCTL(fd, BLKROSET, &ro); in verify_ioctl()
|
/third_party/musl/include/sys/ |
D | mount.h | 10 #define BLKROSET _IO(0x12, 93) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 10 #define BLKROSET _IO(0x12, 93) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 10 #define BLKROSET _IO(0x12, 93) macro
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 235 rc = ioctl(fd, BLKROSET, &ro); in mount_filesystem()
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 248 rc = ioctl(fd, BLKROSET, &ro); in mount_filesystem()
|