Searched refs:ENOTDIR (Results 1 – 16 of 16) sorted by relevance
313 return Err(SystemError::ENOTDIR); in create_with_data()366 return Err(SystemError::ENOTDIR); in link()392 return Err(SystemError::ENOTDIR); in unlink()417 return Err(SystemError::ENOTDIR); in rmdir()422 return Err(SystemError::ENOTDIR); in rmdir()482 return Err(SystemError::ENOTDIR); in find()508 return Err(SystemError::ENOTDIR); in get_entry_name()545 return Err(SystemError::ENOTDIR); in list()572 return Err(SystemError::ENOTDIR); in mknod()
204 return Err(SystemError::ENOTDIR); in do_remove_dir()210 return Err(SystemError::ENOTDIR); in do_remove_dir()246 return Err(SystemError::ENOTDIR); in do_unlink_at()281 return Err(SystemError::ENOTDIR); in do_symlinkat()
62 return Err(SystemError::ENOTDIR); in user_path_at()
209 return Err(SystemError::ENOTDIR); in do_umount()437 return Err(SystemError::ENOTDIR); in mount()465 return Err(SystemError::ENOTDIR); in mount_from()
640 return Err(SystemError::ENOTDIR); in do_lookup_follow_symlink()657 return Err(SystemError::ENOTDIR); in do_lookup_follow_symlink()
211 return Err(SystemError::ENOTDIR); in do_sys_openat2()
739 return Err(SystemError::ENOTDIR); in chdir()
230 return Err(SystemError::ENOTDIR); in find()259 return Err(SystemError::ENOTDIR); in get_entry_name()304 return Err(SystemError::ENOTDIR); in list()456 return Err(SystemError::ENOTDIR); in add_dir()488 return Err(SystemError::ENOTDIR); in add_file()564 return Err(SystemError::ENOTDIR); in remove()
32 #define ENOTDIR 20 /* 不是目录 Not a directory. */ macro
603 return Err(SystemError::ENOTDIR); in create_with_data()660 return Err(SystemError::ENOTDIR); in link()686 return Err(SystemError::ENOTDIR); in unlink()719 return Err(SystemError::ENOTDIR); in find()744 return Err(SystemError::ENOTDIR); in get_entry_name()781 return Err(SystemError::ENOTDIR); in list()
52 ENOTDIR = 20, enumerator
351 return Err(SystemError::ENOTDIR); in do_create_with_data()427 return Err(SystemError::ENOTDIR); in find()455 return Err(SystemError::ENOTDIR); in get_entry_name()501 return Err(SystemError::ENOTDIR); in list()
180 return Err(SystemError::ENOTDIR); in find()1453 return Err(SystemError::ENOTDIR); in create()1555 return Err(SystemError::ENOTDIR); in list()1629 return Err(SystemError::ENOTDIR); in unlink()1656 return Err(SystemError::ENOTDIR); in rmdir()1701 return Err(SystemError::ENOTDIR); in move_to()1728 return Err(SystemError::ENOTDIR); in move_to()1738 return Err(SystemError::ENOTDIR); in move_to()1759 return Err(SystemError::ENOTDIR); in get_entry_name()1800 return Err(SystemError::ENOTDIR); in mknod()
518 return Err(SystemError::ENOTDIR); in find_entry()554 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()1831 return Err(SystemError::ENOTDIR); in to_dir()
197 return Err(SystemError::ENOTDIR); in list()
386 return Err(SystemError::ENOTDIR); in list()