Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/overlayfs/
H A Dmod.rs21 const WHITEOUT_DEV: DeviceNumber = DeviceNumber::new(Major::UNNAMED_MAJOR, 0); // Whiteout 文件设备号 constant
222 upper_inode.mknod(name, whiteout_mode, WHITEOUT_DEV)?; in create_whiteout()