Searched refs:BLK_OPEN_WRITE_IOCTL (Results 1 - 4 of 4) sorted by relevance

/linux-master/block/
H A Dfops.c597 mode |= BLK_OPEN_WRITE_IOCTL;
H A Dbdev.c936 * If BLK_OPEN_WRITE_IOCTL is set then this is a historical quirk
950 else if (mode & BLK_OPEN_WRITE_IOCTL)
/linux-master/include/linux/
H A Dblkdev.h128 #define BLK_OPEN_WRITE_IOCTL ((__force blk_mode_t)(1 << 4)) macro
/linux-master/drivers/block/
H A Dfloppy.c3436 !(mode & (BLK_OPEN_WRITE | BLK_OPEN_WRITE_IOCTL))) ||
3672 if (!(mode & (BLK_OPEN_WRITE | BLK_OPEN_WRITE_IOCTL)))

Completed in 146 milliseconds