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
554 if (dev->d_ops->ioctl(dev, BLKGETSIZE, &size) >= 0) {
555 ntfs_log_debug("BLKGETSIZE nr 512 byte blocks = %lu (0x%lx)\n",
H A Dwin32_io.c1853 #if defined(BLKGETSIZE) | defined(BLKGETSIZE64)
1859 #if defined(BLKGETSIZE)
1860 case BLKGETSIZE:
1861 ntfs_log_debug("BLKGETSIZE detected.\n");

Completed in 41 milliseconds