Home
last modified time | relevance | path

Searched refs:ENOTDIR (Results 1 – 16 of 16) sorted by relevance

/DragonOS/kernel/src/filesystem/ramfs/
H A Dmod.rs302 return Err(SystemError::ENOTDIR); in create_with_data()
355 return Err(SystemError::ENOTDIR); in link()
381 return Err(SystemError::ENOTDIR); in unlink()
406 return Err(SystemError::ENOTDIR); in rmdir()
411 return Err(SystemError::ENOTDIR); in rmdir()
471 return Err(SystemError::ENOTDIR); in find()
497 return Err(SystemError::ENOTDIR); in get_entry_name()
534 return Err(SystemError::ENOTDIR); in list()
561 return Err(SystemError::ENOTDIR); in mknod()
/DragonOS/kernel/src/filesystem/kernfs/
H A Dmod.rs230 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()
/DragonOS/kernel/src/filesystem/vfs/
H A Dcore.rs192 return Err(SystemError::ENOTDIR); in do_remove_dir()
198 return Err(SystemError::ENOTDIR); in do_remove_dir()
234 return Err(SystemError::ENOTDIR); in do_unlink_at()
H A Dutils.rs62 return Err(SystemError::ENOTDIR); in user_path_at()
H A Dmod.rs611 return Err(SystemError::ENOTDIR); in lookup_follow_symlink()
628 return Err(SystemError::ENOTDIR); in lookup_follow_symlink()
667 ::core::str::from_utf8(&content[..len]).map_err(|_| SystemError::ENOTDIR)?, in lookup_follow_symlink()
H A Dmount.rs208 return Err(SystemError::ENOTDIR); in do_umount()
410 return Err(SystemError::ENOTDIR); in mount()
438 return Err(SystemError::ENOTDIR); in mount_from()
H A Dopen.rs126 return Err(SystemError::ENOTDIR); in do_sys_openat2()
H A Dsyscall.rs735 return Err(SystemError::ENOTDIR); in chdir()
/DragonOS/kernel/src/common/
H A Derrno.h32 #define ENOTDIR 20 /* 不是目录 Not a directory. */ macro
/DragonOS/kernel/src/filesystem/procfs/
H A Dmod.rs603 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()
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs52 ENOTDIR = 20, enumerator
/DragonOS/kernel/src/filesystem/devfs/
H A Dmod.rs351 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()
/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs178 return Err(SystemError::ENOTDIR); in find()
1451 return Err(SystemError::ENOTDIR); in create()
1553 return Err(SystemError::ENOTDIR); in list()
1626 return Err(SystemError::ENOTDIR); in unlink()
1653 return Err(SystemError::ENOTDIR); in rmdir()
1701 return Err(SystemError::ENOTDIR); in move_to()
1730 return Err(SystemError::ENOTDIR); in move_to()
1740 return Err(SystemError::ENOTDIR); in move_to()
1759 return Err(SystemError::ENOTDIR); in get_entry_name()
1800 return Err(SystemError::ENOTDIR); in mknod()
H A Dentry.rs518 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()
/DragonOS/kernel/src/filesystem/devpts/
H A Dmod.rs197 return Err(SystemError::ENOTDIR); in list()
/DragonOS/kernel/src/net/socket/
H A Dmod.rs386 return Err(SystemError::ENOTDIR); in list()