Lines Matching defs:mt_io_flags
164 unsigned long mt_io_flags; /* mt flags (MT_IO_FLAGS_*) */
971 if (test_bit(MT_IO_FLAGS_ACTIVE_SLOTS, &td->mt_io_flags))
972 set_bit(MT_IO_FLAGS_PENDING_SLOTS, &td->mt_io_flags);
974 clear_bit(MT_IO_FLAGS_PENDING_SLOTS, &td->mt_io_flags);
975 clear_bit(MT_IO_FLAGS_ACTIVE_SLOTS, &td->mt_io_flags);
1150 set_bit(MT_IO_FLAGS_ACTIVE_SLOTS, &td->mt_io_flags);
1211 if (test_and_set_bit_lock(MT_IO_FLAGS_RUNNING, &td->mt_io_flags))
1285 if (test_bit(MT_IO_FLAGS_PENDING_SLOTS, &td->mt_io_flags))
1292 clear_bit_unlock(MT_IO_FLAGS_RUNNING, &td->mt_io_flags);
1717 if (test_and_set_bit_lock(MT_IO_FLAGS_RUNNING, &td->mt_io_flags))
1719 if (test_bit(MT_IO_FLAGS_PENDING_SLOTS, &td->mt_io_flags))
1721 clear_bit_unlock(MT_IO_FLAGS_RUNNING, &td->mt_io_flags);