Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Derrno.h48 #define ENAMETOOLONG 36 /* 文件名过长 Filename too long. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs84 ENAMETOOLONG = 36, enumerator
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs881 return Err(SystemError::ENAMETOOLONG); in link()
913 return Err(SystemError::ENAMETOOLONG); in linkat()
1008 return Err(SystemError::ENAMETOOLONG); in do_renameat2()
/DragonOS/kernel/src/filesystem/kernfs/
H A Dmod.rs227 return Err(SystemError::ENAMETOOLONG); in find()
/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1105 return Err(SystemError::ENAMETOOLONG); in validate_long_name()