Lines Matching refs:Err
182 return Err(SystemError::ENOSYS); in set_metadata()
197 return Err(SystemError::ENOSYS); in create_with_data()
202 return Err(SystemError::ENOSYS); in link()
207 return Err(SystemError::ENOSYS); in unlink()
212 return Err(SystemError::ENOSYS); in rmdir()
222 return Err(SystemError::ENOSYS); in move_to()
227 return Err(SystemError::ENAMETOOLONG); in find()
230 return Err(SystemError::ENOTDIR); in find()
259 return Err(SystemError::ENOTDIR); in get_entry_name()
285 return Err(SystemError::ENOSYS); in ioctl()
290 return Err(SystemError::ENOSYS); in truncate()
304 return Err(SystemError::ENOTDIR); in list()
345 return Err(SystemError::EISDIR); in read_at()
350 return Err(SystemError::ENOSYS); in read_at()
370 return Err(SystemError::EISDIR); in write_at()
374 return Err(SystemError::ENOSYS); in write_at()
456 return Err(SystemError::ENOTDIR); in add_dir()
488 return Err(SystemError::ENOTDIR); in add_file()
564 return Err(SystemError::ENOTDIR); in remove()
573 return Err(SystemError::ENOTEMPTY); in remove()