Searched refs:EROFS (Results 1 – 5 of 5) sorted by relevance
226 .ok_or(SystemError::EROFS)? in create_whiteout()287 Err(SystemError::EROFS) in write_at()336 Err(SystemError::EROFS) in mkdir()382 Err(SystemError::EROFS) in link()395 Err(SystemError::EROFS) in create()429 Err(SystemError::EROFS) in mknod()
42 #define EROFS 30 /* 只读的文件系统 Read-only file system. */ macro
72 EROFS = 30, enumerator
1410 return Err(SystemError::EROFS); in read_at()1436 return Err(SystemError::EROFS); in write_at()1470 return Err(SystemError::EROFS); in create()1534 return Err(SystemError::EROFS); in resize()1588 return Err(SystemError::EROFS); in list()1634 return Err(SystemError::EROFS); in unlink()1661 return Err(SystemError::EROFS); in rmdir()1706 return Err(SystemError::EROFS); in move_to()1733 return Err(SystemError::EROFS); in move_to()1743 return Err(SystemError::EROFS); in move_to()
1642 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()