Home
last modified time | relevance | path

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

/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c203 int major_num; in check_file_type() local
214 major_num = (int)SG_DEV_MAJOR(dev_statp->st_rdev); in check_file_type()
216 if (SCSI_GENERIC_MAJOR == major_num) in check_file_type()
218 else if (sg_bsg_major == major_num) in check_file_type()
220 else if (sg_nvme_char_major == major_num) in check_file_type()
224 if (BLOCK_EXT_MAJOR == major_num) { in check_file_type()