Searched refs:MOUNT_MAGIC (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/filesystem/vfs/ | ||
H A D | mod.rs | 840 const MOUNT_MAGIC = 61267; constant |
H A D | mount.rs | 563 SuperBlock::new(Magic::MOUNT_MAGIC, MOUNTFS_BLOCK_SIZE, MOUNTFS_MAX_NAMELEN) in super_block() |