Searched refs:CharDevice (Results 1 – 6 of 6) sorted by relevance
45 file_type: FileType::CharDevice, // 文件夹,block设备,char设备 in new()
107 FileType::CharDevice => { in register_device()157 FileType::CharDevice => { in unregister_device()
34 CharDevice, enumerator70 FileType::CharDevice => DT_CHR, in get_file_type_num()
61 file_type: FileType::CharDevice, // 文件夹,block设备,char设备 in new()
270 let mut metadata = Metadata::new(FileType::CharDevice, 0o755); in new()