Searched refs:WHITEOUT_DEV (Results 1 – 1 of 1) sorted by relevance
21 const WHITEOUT_DEV: DeviceNumber = DeviceNumber::new(Major::UNNAMED_MAJOR, 0); // Whiteout 文件设备号 constant222 upper_inode.mknod(name, whiteout_mode, WHITEOUT_DEV)?; in create_whiteout()