Searched refs:BLKBSZSET (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddevice_io.h59 #ifndef BLKBSZSET
60 # define BLKBSZSET 0x40041271 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddevice.c86 #if defined(linux) && defined(_IO) && !defined(BLKBSZSET)
87 # define BLKBSZSET _IOW(0x12,113,size_t) /* Set device block size in bytes. */ macro
701 * EOPNOTSUPP System does not support BLKBSZSET ioctl
702 * ENOTTY @dev is a file or a device not supporting BLKBSZSET
711 #ifdef BLKBSZSET
714 if (!dev->d_ops->ioctl(dev, BLKBSZSET, &s_block_size)) {
715 ntfs_log_debug("Used BLKBSZSET to set block size to "
H A Dwin32_io.c1441 #ifdef BLKBSZSET
1442 case BLKBSZSET:
1443 ntfs_log_debug("BLKBSZSET detected.\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dioctl.c289 case BLKBSZSET:
H A Dcompat_ioctl.c715 return blkdev_ioctl(bdev, mode, BLKBSZSET,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h290 #define BLKBSZSET _IOW(0x12,113,size_t) macro

Completed in 170 milliseconds