Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/block/paride/
Dpt.c207 #define PT_WRITE_OK 2 macro
564 tape->flags |= PT_WRITE_OK; in pt_identify()
575 if (!(tape->flags & PT_WRITE_OK)) in pt_identify()
682 if ((!(tape->flags & PT_WRITE_OK)) && (file->f_mode & FMODE_WRITE)) in pt_open()
869 if (!(tape->flags & PT_WRITE_OK)) in pt_write()