Home
last modified time | relevance | path

Searched refs:MT_ST_BLKSIZE_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmtio.h163 #define MT_ST_BLKSIZE_MASK 0xffffff macro
/openbmc/linux/drivers/s390/char/
H A Dtape_char.c404 & MT_ST_BLKSIZE_MASK); in __tapechar_ioctl()
/openbmc/linux/drivers/scsi/
H A Dst.c2908 (arg & MT_ST_BLKSIZE_MASK) != 0 && in st_int_ioctl()
2910 ((arg & MT_ST_BLKSIZE_MASK) < STp->min_block || in st_int_ioctl()
2911 (arg & MT_ST_BLKSIZE_MASK) > STp->max_block)) { in st_int_ioctl()
2936 ltmp = arg & MT_ST_BLKSIZE_MASK; in st_int_ioctl()
2986 STp->block_size = arg & MT_ST_BLKSIZE_MASK; in st_int_ioctl()
3774 ((STp->block_size << MT_ST_BLKSIZE_SHIFT) & MT_ST_BLKSIZE_MASK) | in st_ioctl()