Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/common/
Derrno.h42 #define EROFS 30 /* 只读的文件系统 Read-only file system. */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h48 #define EROFS 30 /* 只读的文件系统 Read-only file system. */ macro
/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dfs.rs1378 return Err(SystemError::EROFS); in read_at()
1404 return Err(SystemError::EROFS); in write_at()
1451 return Err(SystemError::EROFS); in create()
1501 return Err(SystemError::EROFS); in resize()
1544 return Err(SystemError::EROFS); in list()
1578 return Err(SystemError::EROFS); in unlink()
1605 return Err(SystemError::EROFS); in rmdir()
Dentry.rs1599 return Err(SystemError::EROFS); in new()
1616 return Err(SystemError::EROFS); in new()
1626 return Err(SystemError::EROFS); in new()
2133 return Err(SystemError::EROFS); in process()
2149 return Err(SystemError::EROFS); in process()
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/
Derrno.md167 #define EROFS 73 /* 只读的文件系统 Read-only file system.*/
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs94 EROFS = 30, enumerator