Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_debug.c200 #define IS_TAPE_BLOCK_FM(a) ((a & TAPE_BLOCK_FM_FLAG) != 0) macro
3530 else if (IS_TAPE_BLOCK_FM(blp->fl_size)) in resp_space()
3542 if (IS_TAPE_BLOCK_FM(blp->fl_size)) { in resp_space()
3558 for (pos--, blp-- ; !IS_TAPE_BLOCK_FM(blp->fl_size) && in resp_space()
3569 for ( ; !IS_TAPE_BLOCK_FM(blp->fl_size) && in resp_space()
4498 if (IS_TAPE_BLOCK_FM(blp->fl_size)) { in resp_read_tape()