Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1862 const IS_LOSSY: u8 = (1 << 0); constant
1912 flags |= Self::IS_LOSSY; in new()
2120 return (self.flags & Self::IS_LOSSY) > 0; in is_lossy()