Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c122 #define FT_BLOCK 32 /* filetype is block device */ macro
1855 return FT_BLOCK; in dd_filetype()
2260 if ((FT_BLOCK & in_type) && do_blk_sgio) in do_scsi_device_read_write()
2281 if (FT_BLOCK & in_type) in do_scsi_device_read_write()
2293 if (do_odir && (FT_BLOCK == in_type)) in do_scsi_device_read_write()
2322 if ((FT_BLOCK & out_type) && do_blk_sgio) in do_scsi_device_read_write()
2353 if (do_odir && (FT_BLOCK == out_type)) in do_scsi_device_read_write()