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.rs313 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()
/DragonOS/kernel/src/filesystem/vfs/
H A Dcore.rs204 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()
H A Dutils.rs62 return Err(SystemError::ENOTDIR); in user_path_at()
H A Dmount.rs209 return Err(SystemError::ENOTDIR); in do_umount()
437 return Err(SystemError::ENOTDIR); in mount()
465 return Err(SystemError::ENOTDIR); in mount_from()
H A Dmod.rs640 return Err(SystemError::ENOTDIR); in do_lookup_follow_symlink()
657 return Err(SystemError::ENOTDIR); in do_lookup_follow_symlink()
H A Dopen.rs211 return Err(SystemError::ENOTDIR); in do_sys_openat2()
H A Dsyscall.rs739 return Err(SystemError::ENOTDIR); in chdir()
/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/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.rs180 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()
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()