Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dcore.rs206 return Err(SystemError::ENAMETOOLONG); in do_mkdir()
235 return Err(SystemError::ENAMETOOLONG); in do_remove_dir()
271 return Err(SystemError::ENAMETOOLONG); in do_unlink_at()
Dsyscall.rs133 return Err(SystemError::ENAMETOOLONG); in open()
/DragonOS-0.1.8/kernel/src/common/
Derrno.h48 #define ENAMETOOLONG 36 /* 文件名过长 Filename too long. */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h54 #define ENAMETOOLONG 36 /* 文件名过长 Filename too long. */ macro
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/
Derrno.md89 #define ENAMETOOLONG 37 /* 文件名过长 Filename too long.*/
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs106 ENAMETOOLONG = 36, enumerator
528 return Err(SystemError::ENAMETOOLONG); in handle()
683 return Err(SystemError::ENAMETOOLONG); in handle()
/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs1060 return Err(SystemError::ENAMETOOLONG); in validate_long_name()