Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice_io.h56 #ifndef BLKGETSIZE
57 # define BLKGETSIZE 0x1260 macro
H A Ddevice.c85 #if defined(linux) && defined(_IO) && !defined(BLKGETSIZE)
86 #define BLKGETSIZE _IO(0x12,96) /* Get device size in 512-byte blocks. */ macro
551 #ifdef BLKGETSIZE in ntfs_device_size_get()
554 if (dev->d_ops->ioctl(dev, BLKGETSIZE, &size) >= 0) { in ntfs_device_size_get()
H A 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()