Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c200 bool is_bsg = false; in check_file_type() local
219 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() local
295 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() local
457 is_bsg = ptp->is_bsg; in clear_scsi_pt_obj()
470 ptp->is_bsg = is_bsg; in clear_scsi_pt_obj()
[all …]
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h98 bool is_bsg; member