Home
last modified time | relevance | path

Searched refs:BLKGETSIZE (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ntfs-3g/include/ntfs-3g/
Ddevice_io.h56 #ifndef BLKGETSIZE
57 # define BLKGETSIZE 0x1260 macro
/third_party/ntfs-3g/libntfs-3g/
Ddevice.c82 #if defined(linux) && defined(_IO) && !defined(BLKGETSIZE)
83 #define BLKGETSIZE _IO(0x12,96) /* Get device size in 512-byte blocks. */ macro
548 #ifdef BLKGETSIZE in ntfs_device_size_get()
551 if (dev->d_ops->ioctl(dev, BLKGETSIZE, &size) >= 0) { in ntfs_device_size_get()
Dwin32_io.c1853 #if defined(BLKGETSIZE) | defined(BLKGETSIZE64) in ntfs_device_win32_ioctl()
1859 #if defined(BLKGETSIZE) in ntfs_device_win32_ioctl()
1860 case BLKGETSIZE: in ntfs_device_win32_ioctl()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl05.c30 SAFE_IOCTL(fd, BLKGETSIZE, &size); in verify_ioctl()
/third_party/toybox/toys/other/
Dblockdev.c42 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKRASET, BLKRAGET, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64,
/third_party/musl/ndk_musl_include/sys/
Dmount.h13 #define BLKGETSIZE _IO(0x12, 96) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h13 #define BLKGETSIZE _IO(0x12, 96) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h13 #define BLKGETSIZE _IO(0x12, 96) macro
/third_party/musl/include/sys/
Dmount.h13 #define BLKGETSIZE _IO(0x12, 96) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h13 #define BLKGETSIZE _IO(0x12, 96) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h13 #define BLKGETSIZE _IO(0x12, 96) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h13 #define BLKGETSIZE _IO(0x12, 96) macro
/third_party/f2fs-tools/lib/
Dlibf2fs.c857 #if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
858 #define BLKGETSIZE _IO(0x12,96) macro
871 #define BLKGETSIZE DKIOCGETBLOCKCOUNT macro
983 if (ioctl(fd, BLKGETSIZE, &total_sectors) < 0) { in get_device_info()
/third_party/gptfdisk/
Ddiskio-unix.cc470 *err = ioctl(fd, BLKGETSIZE, &sz); in DiskSize()
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c95 #if defined(linux) && defined(_IO) && !defined(BLKGETSIZE)
96 #define BLKGETSIZE _IO(0x12,96) /* Get device size in 512-byte blocks. */ macro
2257 #ifdef BLKGETSIZE
2260 if (ioctl(fd, BLKGETSIZE, &size) >= 0) {
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dioctl.h83 #define BLKGETSIZE 0x1260ul macro
1639 #define BLKGETSIZE 0x1260ul macro
3199 #define BLKGETSIZE 0x1260ul macro
4755 #define BLKGETSIZE 0x1260ul macro
6202 #define BLKGETSIZE 0x20001260ul macro
7650 #define BLKGETSIZE 0x20001260ul macro
9200 #define BLKGETSIZE 0x20001260ul macro
10754 #define BLKGETSIZE 0x1260ul macro
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
Dgenerated.txt81 BLKGETSIZE
Dlist.c318 IOCTL_REQUEST(BLKGETSIZE); in list()
/third_party/toybox/toys/pending/
Dfdisk.c174 if (ioctl(dev_fd, BLKGETSIZE, &sectors) == 0) in read_size()
/third_party/rust/crates/linux-raw-sys/src/arm/
Dioctl.rs83 pub const BLKGETSIZE: u32 = 4704; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dioctl.rs78 pub const BLKGETSIZE: u32 = 536875616; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dioctl.rs78 pub const BLKGETSIZE: u32 = 536875616; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dioctl.rs83 pub const BLKGETSIZE: u32 = 4704; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dioctl.rs83 pub const BLKGETSIZE: u32 = 4704; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dioctl.rs83 pub const BLKGETSIZE: u32 = 4704; constant

12