Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_debug.c194 #define TAPE_BLOCK_FM_FLAG ((u32)0x1 << 30) macro
200 #define IS_TAPE_BLOCK_FM(a) ((a & TAPE_BLOCK_FM_FLAG) != 0)
3497 data = TAPE_BLOCK_FM_FLAG; in resp_write_filemarks()