Searched refs:BLKGETSIZE64 (Results 1 – 5 of 5) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | blockdev.c | 76 BLKGETSIZE64, //getsz 78 BLKGETSIZE64, //getsize64
|
D | blkdiscard.c | 73 xioctl(fd, BLKGETSIZE64, &length); in blkdiscard_main()
|
D | fdisk.c | 118 #if !defined(BLKGETSIZE64) 119 # define BLKGETSIZE64 _IOR(0x12,114,size_t) macro 502 if (ioctl(fd, BLKGETSIZE64, &v64) == 0) { in bb_BLKGETSIZE_sectors()
|
/busybox-1.35.0/util-linux/volume_id/ |
D | get_devname.c | 17 #if !defined(BLKGETSIZE64) 18 # define BLKGETSIZE64 _IOR(0x12,114,size_t) macro 52 if (ioctl(/*vid->*/fd, BLKGETSIZE64, &size) != 0) in get_label_uuid()
|
/busybox-1.35.0/miscutils/ |
D | hdparm.c | 130 #if !defined(BLKGETSIZE64) 131 # define BLKGETSIZE64 _IOR(0x12,114,size_t) macro 1471 if (0 == ioctl(fd, BLKGETSIZE64, &u.blksize64)) { // bytes
|