Home
last modified time | relevance | path

Searched refs:FD_OPEN_SHOULD_FAIL_BIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfd.h193 FD_OPEN_SHOULD_FAIL_BIT enumerator
/openbmc/linux/drivers/block/
H A Dfloppy.c4056 clear_bit(FD_OPEN_SHOULD_FAIL_BIT, in floppy_open()
4062 if (test_bit(FD_OPEN_SHOULD_FAIL_BIT, &drive_state[drive].flags)) in floppy_open()
4130 set_bit(FD_OPEN_SHOULD_FAIL_BIT, &drive_state[drive].flags); in floppy_rb0_cb()