Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs1230 const LEAD_SIG: u32 = 0x41615252; constant
1278 self.lead_sig == Self::LEAD_SIG in is_valid()
1862 lead_sig: FATFsInfo::LEAD_SIG, in default()