Searched refs:BLKGETSIZE64 (Results 1 – 12 of 12) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr_format.cpp | 47 if ((ioctl(fd, BLKGETSIZE64, &dev_sz)) == -1) { in format_ext4()
|
/system/extras/tests/storage/ |
D | wipe_blkdev.c | 43 ret = ioctl(fd, BLKGETSIZE64, &size); in get_block_device_size()
|
/system/extras/boot_control_copy/ |
D | bootinfo.c | 104 if (ioctl(fd, BLKGETSIZE64, out_size) != 0) { in boot_info_open_partition()
|
/system/extras/tests/directiotest/ |
D | directiotest.c | 205 if (ioctl(fd, BLKGETSIZE64, &num_blks) == -1) { in main()
|
/system/extras/libfec/ |
D | fec_open.cpp | 31 #define BLKGETSIZE64 DKIOCGETBLOCKCOUNT macro 377 if (ioctl(f->fd, BLKGETSIZE64, &f->size) == -1) { in get_size()
|
/system/core/libdiskconfig/ |
D | diskconfig.c | 312 if (ioctl(fd, BLKGETSIZE64, &disk_size) < 0) { in validate()
|
/system/extras/verity/fec/ |
D | image.cpp | 43 #define BLKGETSIZE64 DKIOCGETBLOCKCOUNT macro
|
/system/vold/ |
D | Disk.cpp | 228 if (ioctl(fd, BLKGETSIZE64, &mSize)) { in readMetadata()
|
/system/extras/ext4_utils/ |
D | ext4_utils.c | 533 ret = ioctl(fd, BLKGETSIZE64, &size); in get_block_device_size()
|
/system/update_engine/common/ |
D | utils.cc | 407 int rc = ioctl(fd, BLKGETSIZE64, &dev_size); in BlockDevSize()
|
/system/sepolicy/public/ |
D | ioctl_defines | 1872 define(`BLKGETSIZE64', `0x80081272')
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | ioctl_defines | 1872 define(`BLKGETSIZE64', `0x80081272')
|