Searched refs:ENAMETOOLONG (Results 1 – 7 of 7) sorted by relevance
206 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()
133 return Err(SystemError::ENAMETOOLONG); in open()
48 #define ENAMETOOLONG 36 /* 文件名过长 Filename too long. */ macro
54 #define ENAMETOOLONG 36 /* 文件名过长 Filename too long. */ macro
89 #define ENAMETOOLONG 37 /* 文件名过长 Filename too long.*/
106 ENAMETOOLONG = 36, enumerator528 return Err(SystemError::ENAMETOOLONG); in handle()683 return Err(SystemError::ENAMETOOLONG); in handle()
1060 return Err(SystemError::ENAMETOOLONG); in validate_long_name()