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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddevice_io.h59 #ifndef BLKBSZSET
60 # define BLKBSZSET 0x40041271 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/block/
H A Dioctl.c170 case BLKBSZSET:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfs.h203 #define BLKBSZSET _IOW(0x12,113,size_t) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c1588 return sys_ioctl(fd, BLKBSZSET, (unsigned long)compat_ptr(arg));

Completed in 107 milliseconds