Searched refs:ENOTDIR (Results 1 – 15 of 15) sorted by relevance
263 return Err(SystemError::ENOTDIR); in create_with_data()314 return Err(SystemError::ENOTDIR); in link()340 return Err(SystemError::ENOTDIR); in unlink()363 return Err(SystemError::ENOTDIR); in rmdir()368 return Err(SystemError::ENOTDIR); in rmdir()400 return Err(SystemError::ENOTDIR); in find()421 return Err(SystemError::ENOTDIR); in get_entry_name()464 return Err(SystemError::ENOTDIR); in list()483 return Err(SystemError::ENOTDIR); in mknod()
235 return Err(SystemError::ENOTDIR); in do_remove_dir()241 return Err(SystemError::ENOTDIR); in do_remove_dir()280 return Err(SystemError::ENOTDIR); in do_unlink_at()
59 return Err(SystemError::ENOTDIR); in user_path_at()
434 return Err(SystemError::ENOTDIR); in lookup_follow_symlink()451 return Err(SystemError::ENOTDIR); in lookup_follow_symlink()485 ::core::str::from_utf8(&content[..len]).map_err(|_| SystemError::ENOTDIR)?, in lookup_follow_symlink()
131 return Err(SystemError::ENOTDIR); in do_sys_openat2()
340 return Err(SystemError::ENOTDIR); in mount()
475 return Err(SystemError::ENOTDIR); in chdir()
213 return Err(SystemError::ENOTDIR); in find()242 return Err(SystemError::ENOTDIR); in get_entry_name()287 return Err(SystemError::ENOTDIR); in list()440 return Err(SystemError::ENOTDIR); in add_dir()472 return Err(SystemError::ENOTDIR); in add_file()548 return Err(SystemError::ENOTDIR); in remove()
32 #define ENOTDIR 20 /* 不是目录 Not a directory. */ macro
556 return Err(SystemError::ENOTDIR); in create_with_data()611 return Err(SystemError::ENOTDIR); in link()637 return Err(SystemError::ENOTDIR); in unlink()666 return Err(SystemError::ENOTDIR); in find()687 return Err(SystemError::ENOTDIR); in get_entry_name()730 return Err(SystemError::ENOTDIR); in list()
326 return Err(SystemError::ENOTDIR); in do_create_with_data()401 return Err(SystemError::ENOTDIR); in find()425 return Err(SystemError::ENOTDIR); in get_entry_name()476 return Err(SystemError::ENOTDIR); in list()
52 ENOTDIR = 20, enumerator
162 return Err(SystemError::ENOTDIR); in find()1432 return Err(SystemError::ENOTDIR); in create()1520 return Err(SystemError::ENOTDIR); in list()1590 return Err(SystemError::ENOTDIR); in unlink()1617 return Err(SystemError::ENOTDIR); in rmdir()1647 return Err(SystemError::ENOTDIR); in get_entry_name()1693 return Err(SystemError::ENOTDIR); in mknod()
523 return Err(SystemError::ENOTDIR); in find_entry()560 if err_val == (SystemError::EISDIR) || err_val == (SystemError::ENOTDIR) { in create_file()600 if err_val == (SystemError::EISDIR) || err_val == (SystemError::ENOTDIR) { in create_dir()1790 return Err(SystemError::ENOTDIR); in to_dir()
369 return Err(SystemError::ENOTDIR); in list()