Home
last modified time | relevance | path

Searched refs:BLKROGET (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl04.c23 SAFE_IOCTL(fd, BLKROGET, &ro); in verify_ioctl()
34 SAFE_IOCTL(fd, BLKROGET, &ro); in verify_ioctl()
/third_party/toybox/toys/other/
Dblockdev.c43 BLKBSZSET, BLKBSZGET, BLKSSZGET, BLKROGET, BLKROSET, BLKROSET};
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h11 #define BLKROGET _IO(0x12, 94) macro
/third_party/musl/ndk_musl_include/sys/
Dmount.h11 #define BLKROGET _IO(0x12, 94) macro
/third_party/musl/include/sys/
Dmount.h11 #define BLKROGET _IO(0x12, 94) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h11 #define BLKROGET _IO(0x12, 94) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h11 #define BLKROGET _IO(0x12, 94) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h11 #define BLKROGET _IO(0x12, 94) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h11 #define BLKROGET _IO(0x12, 94) macro
/third_party/e2fsprogs/lib/ext2fs/
Dunix_io.c74 #if defined(__linux__) && defined(_IO) && !defined(BLKROGET)
75 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */ macro
773 #ifdef BLKROGET in unix_open_channel()
779 error = ioctl(data->dev, BLKROGET, &readonly); in unix_open_channel()
Dwindows_io.c524 #ifdef BLKROGET in windows_open_channel()
530 error = ioctl(data->dev, BLKROGET, &readonly); in windows_open_channel()
/third_party/ntfs-3g/libntfs-3g/
Dunix_io.c157 r = ioctl(DEV_FD(dev), BLKROGET, &state); in ntfs_device_unix_io_open()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.41.txt1023 read-only using the BLKROGET ioctl.