Searched refs:major_num (Results 1 – 1 of 1) sorted by relevance
203 int major_num; in check_file_type() local214 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()