Home
last modified time | relevance | path

Searched refs:BLKGETSIZE64 (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ntfs-3g/include/ntfs-3g/
H A Ddevice_io.h62 #ifndef BLKGETSIZE64
63 # define BLKGETSIZE64 0x80041272 macro
/third_party/toybox/toys/other/
H A Dblockdev.c42 int cmds[] = {BLKRRPART, BLKFLSBUF, BLKRASET, BLKRAGET, BLKGETSIZE64, BLKGETSIZE, BLKGETSIZE64, in blockdev_main()
/third_party/ntfs-3g/libntfs-3g/
H A Ddevice.c85 #if defined(linux) && defined(_IOR) && !defined(BLKGETSIZE64)
86 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */ macro
537 #ifdef BLKGETSIZE64 in ntfs_device_size_get()
540 if (dev->d_ops->ioctl(dev, BLKGETSIZE64, &size) >= 0) { in ntfs_device_size_get()
541 ntfs_log_debug("BLKGETSIZE64 nr bytes = %llu (0x%llx)\n", in ntfs_device_size_get()
H A Dwin32_io.c1853 #if defined(BLKGETSIZE) | defined(BLKGETSIZE64) in ntfs_device_win32_ioctl()
1869 #if defined(BLKGETSIZE64) in ntfs_device_win32_ioctl()
1870 case BLKGETSIZE64: in ntfs_device_win32_ioctl()
1871 ntfs_log_debug("BLKGETSIZE64 detected.\n"); in ntfs_device_win32_ioctl()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl05.c6 * Basic test for the BLKGETSIZE and BLKGETSIZE64 ioctls.
8 * - BLKGETSIZE returns size in 512 byte blocks BLKGETSIZE64 in bytes
31 SAFE_IOCTL(fd, BLKGETSIZE64, &size64); in verify_ioctl()
34 tst_res(TPASS, "BLKGETSIZE returned %lu, BLKGETSIZE64 %llu", in verify_ioctl()
38 "BLKGETSIZE returned %lu, BLKGETSIZE64 returned %llu", in verify_ioctl()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmount.h24 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmount.h24 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmount.h24 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmount.h24 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmount.h24 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
/third_party/musl/include/sys/
H A Dmount.h24 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
/third_party/ltp/lib/newlib_tests/
H A Dtst_device.c39 SAFE_IOCTL(fd, BLKGETSIZE64, &ltp_dev_size); in setup()
/third_party/f2fs-tools/lib/
H A Dlibf2fs.c858 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64)
859 #define BLKGETSIZE64 _IOR(0x12,114, size_t) macro
893 #ifndef BLKGETSIZE64 in get_device_info()
975 #ifdef BLKGETSIZE64 in get_device_info()
976 if (ioctl(fd, BLKGETSIZE64, &dev->total_sectors) < 0) { in get_device_info()
/third_party/gptfdisk/
H A Ddiskio-unix.cc479 *err = ioctl(fd, BLKGETSIZE64, &b); in DiskSize()
/third_party/ltp/lib/
H A Dtst_device.c224 if (ioctl(fd, BLKGETSIZE64, &size)) { in tst_get_device_size()
226 "ioctl(fd, BLKGETSIZE64, ...) failed"); in tst_get_device_size()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c98 #if defined(linux) && defined(_IOR) && !defined(BLKGETSIZE64)
99 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */ macro
2246 #ifdef BLKGETSIZE64
2249 if (ioctl(fd, BLKGETSIZE64, &size) >= 0) {
2250 ntfs_log_debug("BLKGETSIZE64 nr bytes = %llu "
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c483 ret = ioctl(fd, BLKGETSIZE64, &range[1]); in do_erase()
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.c884 if (ioctl(fd, BLKGETSIZE64, &device_size) == -1) { in getdiskinfo()
885 err(1, "ioctl(BLKGETSIZE64) failed"); in getdiskinfo()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dioctl.h94 #define BLKGETSIZE64 0x80041272ul macro
1650 #define BLKGETSIZE64 0x80081272ul macro
3210 #define BLKGETSIZE64 0x80081272ul macro
4766 #define BLKGETSIZE64 0x80041272ul macro
6213 #define BLKGETSIZE64 0x40081272ul macro
7661 #define BLKGETSIZE64 0x40081272ul macro
9211 #define BLKGETSIZE64 0x40041272ul macro
10765 #define BLKGETSIZE64 0x80081272ul macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dioctl.rs94 pub const BLKGETSIZE64: u32 = 2148012658; consts
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dlist.c329 IOCTL_REQUEST(BLKGETSIZE64); in list()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dioctl.rs89 pub const BLKGETSIZE64: u32 = 1074270834; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dioctl.rs90 pub const BLKGETSIZE64: u32 = 1074270834; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dioctl.rs89 pub const BLKGETSIZE64: u32 = 1074270834; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dioctl.rs90 pub const BLKGETSIZE64: u32 = 1074008690; consts

Completed in 88 milliseconds

12