Searched refs:ENOTDIR (Results 1 – 15 of 15) sorted by relevance
241 return Err(SystemError::ENOTDIR); in create_with_data()291 return Err(SystemError::ENOTDIR); in link()317 return Err(SystemError::ENOTDIR); in unlink()340 return Err(SystemError::ENOTDIR); in rmdir()345 return Err(SystemError::ENOTDIR); in rmdir()377 return Err(SystemError::ENOTDIR); in find()398 return Err(SystemError::ENOTDIR); in get_entry_name()430 return Err(SystemError::ENOTDIR); in list()
32 #define ENOTDIR 20 /* 不是目录 Not a directory. */ macro
238 return Err(SystemError::ENOTDIR); in do_open()362 return Err(SystemError::ENOTDIR); in do_remove_dir()367 return Err(SystemError::ENOTDIR); in do_remove_dir()402 return Err(SystemError::ENOTDIR); in do_unlink_at()
375 return Err(SystemError::ENOTDIR); in lookup_follow_symlink()392 return Err(SystemError::ENOTDIR); in lookup_follow_symlink()426 ::core::str::from_utf8(&content[..len]).map_err(|_| SystemError::ENOTDIR)?, in lookup_follow_symlink()
326 return Err(SystemError::ENOTDIR); in mount()
216 return SystemError::ENOTDIR.to_posix_errno() as u64; in sys_chdir()
209 return Err(SystemError::ENOTDIR); in get_entry_name()242 return Err(SystemError::ENOTDIR); in find()270 return Err(SystemError::ENOTDIR); in list()292 return Err(SystemError::ENOTDIR); in do_create_with_data()
38 #define ENOTDIR 20 /* 不是目录 Not a directory. */ macro
479 return Err(SystemError::ENOTDIR); in create_with_data()534 return Err(SystemError::ENOTDIR); in link()560 return Err(SystemError::ENOTDIR); in unlink()589 return Err(SystemError::ENOTDIR); in find()610 return Err(SystemError::ENOTDIR); in get_entry_name()642 return Err(SystemError::ENOTDIR); in list()
48 ENOTDIR = 20, enumerator
297 return Err(SystemError::ENOTDIR); in do_create_with_data()372 return Err(SystemError::ENOTDIR); in find()396 return Err(SystemError::ENOTDIR); in get_entry_name()432 return Err(SystemError::ENOTDIR); in list()
154 return Err(SystemError::ENOTDIR); in find()1430 return Err(SystemError::ENOTDIR); in create()1469 return Err(SystemError::ENOTDIR); in list()1531 return Err(SystemError::ENOTDIR); in unlink()1558 return Err(SystemError::ENOTDIR); in rmdir()1588 return Err(SystemError::ENOTDIR); in get_entry_name()
516 return Err(SystemError::ENOTDIR); in find_entry()553 if err_val == (SystemError::EISDIR) || err_val == (SystemError::ENOTDIR) { in create_file()593 if err_val == (SystemError::EISDIR) || err_val == (SystemError::ENOTDIR) { in create_dir()1782 return Err(SystemError::ENOTDIR); in to_dir()
131 #define ENOTDIR 57 /* 不是目录 Not a directory.*/
1062 return Err(SystemError::ENOTDIR); in list()