Searched refs:is_bsg (Results 1 – 2 of 2) sorted by relevance
200 bool is_bsg = false; in check_file_type() local219 is_bsg = true; in check_file_type()247 else if (is_bsg) in check_file_type()260 *is_bsg_p = is_bsg; in check_file_type()290 bool is_sg, is_bsg, is_nvme; in check_pt_file_handle() local295 is_sg = check_file_type(dev_fd, &a_stat, &is_bsg, &is_nvme, &nsid, in check_pt_file_handle()301 else if (is_bsg) in check_pt_file_handle()449 bool is_sg, is_bsg, is_nvme; in clear_scsi_pt_obj() local457 is_bsg = ptp->is_bsg; in clear_scsi_pt_obj()470 ptp->is_bsg = is_bsg; in clear_scsi_pt_obj()[all …]
98 bool is_bsg; member