Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/procfs/
Dmod.rs34 pub enum ProcFileType { enum
42 impl From<u8> for ProcFileType { implementation
45 0 => ProcFileType::ProcStatus, in from()
46 _ => ProcFileType::Default, in from()
57 ftype: ProcFileType,
264 ftype: ProcFileType::Default, in new()
296 _sf.0.lock().fdata.ftype = ProcFileType::ProcStatus; in register_pid()
335 ProcFileType::ProcStatus => inode.open_status(&mut private_data)?, in open()
393 ProcFileType::ProcStatus => return inode.read_status(offset, len, buf, private_data), in read_at()
394 ProcFileType::Default => (), in read_at()
[all …]