Lines Matching refs:Err
178 return Err(SystemError::EINVAL); in truncate()
208 return Err(SystemError::EINVAL); in read_at()
215 return Err(SystemError::EISDIR); in read_at()
223 return Err(SystemError::ENOBUFS); in read_at()
240 return Err(SystemError::EINVAL); in write_at()
248 return Err(SystemError::EISDIR); in write_at()
297 return Err(SystemError::EINVAL); in resize()
313 return Err(SystemError::ENOTDIR); in create_with_data()
317 return Err(SystemError::EEXIST); in create_with_data()
366 return Err(SystemError::ENOTDIR); in link()
371 return Err(SystemError::EISDIR); in link()
376 return Err(SystemError::EEXIST); in link()
392 return Err(SystemError::ENOTDIR); in unlink()
396 return Err(SystemError::ENOTEMPTY); in unlink()
403 return Err(SystemError::EPERM); in unlink()
417 return Err(SystemError::ENOTDIR); in rmdir()
422 return Err(SystemError::ENOTDIR); in rmdir()
469 if let Err(e) = self.unlink(old_name) { in move_to()
472 return Err(e); in move_to()
482 return Err(SystemError::ENOTDIR); in find()
508 return Err(SystemError::ENOTDIR); in get_entry_name()
534 0=>{return Err(SystemError::ENOENT);} in get_entry_name()
545 return Err(SystemError::ENOTDIR); in list()
572 return Err(SystemError::ENOTDIR); in mknod()