Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs1828 const IS_LOSSY: u8 = (1 << 0); constant
1878 flags |= Self::IS_LOSSY; in new()
2084 return (self.flags & Self::IS_LOSSY) > 0; in is_lossy()