Searched defs:EDQUOT (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 134 #define EDQUOT 122 /* 保留使用 Reserved */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 254 EDQUOT = 122, enumerator |