Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/procfs/
H A Dmod.rs46 pub enum ProcFileType { enum
58 impl From<u8> for ProcFileType { implementation
61 0 => ProcFileType::ProcStatus, in from()
62 1 => ProcFileType::ProcMeminfo, in from()
63 2 => ProcFileType::ProcKmsg, in from()
64 _ => ProcFileType::Default, in from()
75 ftype: ProcFileType,
349 ftype: ProcFileType::Default, in new()
380 meminfo_file.0.lock().fdata.ftype = ProcFileType::ProcMeminfo; in new()
393 kmsg_file.0.lock().fdata.ftype = ProcFileType::ProcKmsg; in new()
[all …]