Searched refs:is_sg (Results 1 – 2 of 2) sorted by relevance
199 bool is_sg = false; in check_file_type() local217 is_sg = true; in check_file_type()245 if (is_sg) in check_file_type()267 return is_sg; 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()299 else if (is_sg) in check_pt_file_handle()449 bool is_sg, is_bsg, is_nvme; in clear_scsi_pt_obj() local456 is_sg = ptp->is_sg; in clear_scsi_pt_obj()469 ptp->is_sg = is_sg; in clear_scsi_pt_obj()[all …]
97 bool is_sg; member