Home
last modified time | relevance | path

Searched refs:BLKBSZSET (Results 1 – 7 of 7) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Ddevice_io.h65 #ifndef BLKBSZSET
66 # define BLKBSZSET 0x40041271 macro
/third_party/ntfs-3g/libntfs-3g/
Ddevice.c94 #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()
Dwin32_io.c1893 #ifdef BLKBSZSET in ntfs_device_win32_ioctl()
1894 case BLKBSZSET: in ntfs_device_win32_ioctl()
/third_party/toybox/toys/other/
Dblockdev.c43 BLKBSZSET, BLKBSZGET, BLKSSZGET, BLKROGET, BLKROSET, BLKROSET};
/third_party/musl/include/sys/
Dmount.h23 #define BLKBSZSET _IOW(0x12,113,size_t) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h23 #define BLKBSZSET _IOW(0x12,113,size_t) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h23 #define BLKBSZSET _IOW(0x12,113,size_t) macro