Searched refs:BLKBSZSET (Results 1 – 7 of 7) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
D | device_io.h | 65 #ifndef BLKBSZSET 66 # define BLKBSZSET 0x40041271 macro
|
/third_party/ntfs-3g/libntfs-3g/ |
D | device.c | 94 #if defined(linux) && defined(_IO) && !defined(BLKBSZSET) 95 # define BLKBSZSET _IOW(0x12,113,size_t) /* Set device block size in bytes. */ macro 913 #ifdef BLKBSZSET in ntfs_device_block_size_set() 916 if (!dev->d_ops->ioctl(dev, BLKBSZSET, &s_block_size)) { in ntfs_device_block_size_set()
|
D | win32_io.c | 1893 #ifdef BLKBSZSET in ntfs_device_win32_ioctl() 1894 case BLKBSZSET: in ntfs_device_win32_ioctl()
|
/third_party/toybox/toys/other/ |
D | blockdev.c | 43 BLKBSZSET, BLKBSZGET, BLKSSZGET, BLKROGET, BLKROSET, BLKROSET};
|
/third_party/musl/include/sys/ |
D | mount.h | 23 #define BLKBSZSET _IOW(0x12,113,size_t) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 23 #define BLKBSZSET _IOW(0x12,113,size_t) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 23 #define BLKBSZSET _IOW(0x12,113,size_t) macro
|