Home
last modified time | relevance | path

Searched refs:PC_FLAG_WRITING (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/ide/
Dide-floppy.c212 pc->flags |= PC_FLAG_WRITING; in idefloppy_create_rw_cmd()
226 pc->flags |= PC_FLAG_WRITING; in idefloppy_blockpc_cmd()
Dide-floppy_ioctl.c118 pc->flags |= PC_FLAG_WRITING; in ide_floppy_create_format_unit_cmd()
Dide-atapi.c425 u8 write = !!(pc->flags & PC_FLAG_WRITING); in ide_pc_intr()
Dide-tape.c561 pc->flags |= PC_FLAG_WRITING; in ide_tape_create_rw_cmd()
/kernel/linux/linux-5.10/include/linux/
Dide.h366 PC_FLAG_WRITING = BIT(6), enumerator