Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dscsi_debug.c200 #define IS_TAPE_BLOCK_FM(a) ((a & TAPE_BLOCK_FM_FLAG) != 0) macro
3471 else if (IS_TAPE_BLOCK_FM(blp->fl_size)) in resp_space()
3483 if (IS_TAPE_BLOCK_FM(blp->fl_size)) { in resp_space()
3499 for (pos--, blp-- ; !IS_TAPE_BLOCK_FM(blp->fl_size) && in resp_space()
3510 for ( ; !IS_TAPE_BLOCK_FM(blp->fl_size) && in resp_space()
4406 if (IS_TAPE_BLOCK_FM(blp->fl_size)) { in resp_read_tape()