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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddevice_io.h56 #ifndef BLKGETSIZE64
57 # define BLKGETSIZE64 0x80041272 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dblkid_getsize.c46 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64)
47 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */ macro
97 #ifdef BLKGETSIZE64
105 ioctl(fd, BLKGETSIZE64, &size64) >= 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dgetsize.c47 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64)
48 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */ macro
175 #ifdef BLKGETSIZE64
183 ioctl(fd, BLKGETSIZE64, &size64) >= 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dplatform.h324 #if !defined(BLKGETSIZE64)
325 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddevice.c77 #if defined(linux) && defined(_IOR) && !defined(BLKGETSIZE64)
78 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */ macro
505 #ifdef BLKGETSIZE64
508 if (dev->d_ops->ioctl(dev, BLKGETSIZE64, &size) >= 0) {
509 ntfs_log_debug("BLKGETSIZE64 nr bytes = %llu (0x%llx)\n",
H A Dwin32_io.c1421 #if defined(BLKGETSIZE64)
1422 case BLKGETSIZE64:
1423 ntfs_log_debug("BLKGETSIZE64 detected.\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/
H A Dvol_id.c40 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
234 if (ioctl(fd, BLKGETSIZE64, &size) != 0)
236 dbg("BLKGETSIZE64=%llu", (unsigned long long)size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/block/
H A Dioctl.c191 case BLKGETSIZE64:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/usb_id/
H A Dusb_id.c29 #define BLKGETSIZE64 _IOR(0x12,114,size_t) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfs.h204 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dhdparm.c1288 if (0 == ioctl(fd, BLKGETSIZE64, blksize64)) { // returns bytes
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dfdisk.c1142 if (ioctl(fd, BLKGETSIZE64, &v64) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c1594 return sys_ioctl(fd, BLKGETSIZE64, (unsigned long)compat_ptr(arg));

Completed in 143 milliseconds