Lines Matching refs:Err
129 return Err(SystemError::ENOSYS); in mmap()
141 return Err(SystemError::ENOSYS); in open()
150 return Err(SystemError::ENOSYS); in close()
192 return Err(SystemError::ENOSYS); in poll()
201 return Err(SystemError::ENOSYS); in metadata()
210 return Err(SystemError::ENOSYS); in set_metadata()
222 return Err(SystemError::ENOSYS); in resize()
260 return Err(SystemError::ENOSYS); in create_with_data()
272 return Err(SystemError::ENOSYS); in link()
283 return Err(SystemError::ENOSYS); in unlink()
293 return Err(SystemError::ENOSYS); in rmdir()
307 return Err(SystemError::ENOSYS); in move_to()
318 return Err(SystemError::ENOSYS); in find()
329 return Err(SystemError::ENOSYS); in get_entry_name()
359 return Err(SystemError::ENOSYS); in ioctl()
367 return Err(SystemError::ENOSYS); in kernel_ioctl()
405 return Err(SystemError::ENOSYS); in mount()
430 return Err(SystemError::ENOSYS); in mount_from()
454 return Err(SystemError::ENOSYS); in umount()
477 return Err(SystemError::ENOSYS); in absolute_path()
484 return Err(SystemError::ENOSYS); in truncate()
501 return Err(SystemError::ENOSYS); in mknod()
525 Err(SystemError::EEXIST) in mkdir()
528 Err(SystemError::ENOENT) => self.create(name, FileType::Dir, mode), in mkdir()
529 Err(err) => Err(err), in mkdir()
550 return Err(SystemError::ENOSYS); in dname()
640 return Err(SystemError::ENOTDIR); in do_lookup_follow_symlink()
657 return Err(SystemError::ENOTDIR); in do_lookup_follow_symlink()
981 Err(SystemError::EINVAL)