Home
last modified time | relevance | path

Searched refs:EROFS (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h42 #define EROFS 30 /* 只读的文件系统 Read-only file system. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs72 EROFS = 30, enumerator
/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs1408 return Err(SystemError::EROFS); in read_at()
1434 return Err(SystemError::EROFS); in write_at()
1468 return Err(SystemError::EROFS); in create()
1532 return Err(SystemError::EROFS); in resize()
1585 return Err(SystemError::EROFS); in list()
1631 return Err(SystemError::EROFS); in unlink()
1658 return Err(SystemError::EROFS); in rmdir()
1706 return Err(SystemError::EROFS); in move_to()
1735 return Err(SystemError::EROFS); in move_to()
1745 return Err(SystemError::EROFS); in move_to()
H A Dentry.rs1642 return Err(SystemError::EROFS); in new()
1659 return Err(SystemError::EROFS); in new()
1671 return Err(SystemError::EROFS); in new()
2171 return Err(SystemError::EROFS); in process()
2187 return Err(SystemError::EROFS); in process()