Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c199 bool is_sg = false; in check_file_type() local
217 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() local
295 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() local
456 is_sg = ptp->is_sg; in clear_scsi_pt_obj()
469 ptp->is_sg = is_sg; in clear_scsi_pt_obj()
[all …]
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h97 bool is_sg; member