Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/paride/
Dpt.c207 #define PT_WRITE_OK 2 macro
563 tape->flags |= PT_WRITE_OK; in pt_identify()
574 if (!(tape->flags & PT_WRITE_OK)) in pt_identify()
674 if ((!(tape->flags & PT_WRITE_OK)) && (file->f_mode & FMODE_WRITE)) in pt_open()
861 if (!(tape->flags & PT_WRITE_OK)) in pt_write()